How do I completely disable the Sublime Text 3 snippets feature without disabling autocompletion? Having the editor \"help\" me with crappy pre-typed code blocks just slows
I was trying to use Peh's answer above, but found that for Go, the snippets are encoded in XML-based .tmSnippet files. Deleting some or all of the XML resulted in annoying popups every time Sublime was launched. As a workaround, I replaced the tabTrigger definition with uncommon characters.
Before
After
This prevents the snippet from being shown in the autocomplete menu, unless you are actually using the uncommon character in question.