You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ultisnips supports it.
I am not sure if such option is part of VSCode snippets' format (couldn't find anything on that in documentation linked in this repo's README) or whether vim-vsnip does/could do itty itself.
Thanks!
The text was updated successfully, but these errors were encountered:
No, you probably can get the desired behaviour by implementing a custom vim function and then call it through the VIM syntax, e.g. ${VIM: (col('.') == 1) ? 'snippet' : 'prefix'}
It always expands, but if not at the beginning of the line it behaves like a noop. It is hacky and does not support tabstops or similar behaviours though. :D
Ultisnips supports it.
I am not sure if such option is part of VSCode snippets' format (couldn't find anything on that in documentation linked in this repo's README) or whether vim-vsnip does/could do itty itself.
Thanks!
The text was updated successfully, but these errors were encountered: