SQL Complete - Is there a way to trigger a snippet while inside a comment block?
Is there a way to trigger a snippet while inside a comment block?
for example in SSMS
Select * from ...
/*
This is my comment block
On the next line I want to start typing somthing that would trigger a snippet
*/
update ...