vscode-standardjs-snippets icon indicating copy to clipboard operation
vscode-standardjs-snippets copied to clipboard

no final tab to take me "after the snippet"

Open insidewhy opened this issue 4 years ago • 0 comments

Every other snippets source I tried has been set up like this:

if (<first tab here>) {
  <second tab here>
}<third tab here>

This is really useful because then I can tab after a snippet and chain to another snippet, i.e. after the third tab here I could use an else snippet or an else if snippet. All this snippets in this repo end at <second tab here> and then the next time I hit tab I get a literal tab character.

For me this was a deal breaker, I ended up forking the repo and editing all the snippets I was using. I wonder if there's a good reason for this? Am I doing something wrong? Are the other snippet providers doing something wrong? Or is this just inconvenient?

insidewhy avatar Jul 18 '21 07:07 insidewhy