LaTeXTools have a lot useful completions (e.g. hitting tab yields a -> \alpha in a math environment in ST3). Hitting tab on a now gives a lot of irrelevant completions.
It looks like one option is to set "tab_completion": false. Doing so makes tab respond to .sublime-snippet’s but not .sublime-completions. Adding "kind" : "snippet" to the .sublime-completions file also doesn’t work. Is there a workaround?
