Add option to make snippits keywords only look to the left of the cursor of the current word.
I often wish to trigger the "select * from" snippit by doing the following:'
1) Drag table from ObjectExplorer to a new line (or copy/paste to new line)
2) Press "Home" to get to beginning of line
3) Press "ssf" then "tab" to fire the trigger
The problem is that because the tablename is connected to the snippit, the snippit doesn't fire, and i have to then add a space, go back one spot, then hit tab.
The snippits also seem to require that all code on the rest of the page be correct. Often I have an open query that I'll put notes and random stuff into, and It would be nice if snippits looked only at the characters between the cursor itself and the beginning of the word that the cursor is on.
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
We would like to recommend using separators between SELECT statements, as they are context-dependent.
Best,
Devart Support Team