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
But what is the issue with that, behavior-wise? It seems to allow jumping "after" the inserted snippet. I'm not sure in which cases it can get it in the way.
But what is the issue with that, behavior-wise? It seems to allow jumping "after" the inserted snippet. I'm not sure in which cases it can get it in the way.
IMO I don't like how I can now jump to seemingly random places with shifttab
This language server sends snippet completions like
"operator": $1
.The problem with that is that ST will accumulate "snippet fields" over time
The language server should instead return snippets like
"operator": $0
.The text was updated successfully, but these errors were encountered: