Sublime Forum

Snippets before (and even without) completions

#1

ST3 used to behave more sensibly in the use of Snippets… While you write you’d need snippets more than/and in different moments than Completions. They both mixed in a long useless pop-up menu has spoiled it all. I think a solution would be to separate them visually or resort to a Modifier key to dynamically show either the Snippets or the Completions while the pop-up is being shown. Finer control in the User Settings about to hide Any of them, would be of real help here

0 Likes

#2

You could try something like:

"auto_complete_include_snippets": true,
"auto_complete_include_snippets_when_typing": false,

and then if you need a snippet, invoke the AC manually

0 Likes