KrzysztofDusko / JustyBase

SQL editor/IDE
GNU General Public License v3.0
10 stars 0 forks source link

Snippet parameters (or at least cursor position) for fast snippets? #276

Closed andrzejchmiel3 closed 7 months ago

andrzejchmiel3 commented 7 months ago

Right now, snippet parameters ${} work for standard snippets, but not for fast snippets. As it is useful to have choice of cursor position in fast snippet, I propose integrating above parameter ${} to fast snippets. Or at least some kind of cursor position after snippet like ^ symbol used in other programs.

Example, i have fast snippet for word like --> like '%%' , but it is useful as long as cursor lands between %%, not at the end.

KrzysztofDusko commented 7 months ago

you can use image with sql like '%${Caret}%' content please let me know is that OK for you

andrzejchmiel3 commented 7 months ago

Yes, this is fine, thank you