I have created two custom snippets for python code. Here is the text of the snippets:
`
.pt
source.python
python 2 print stmt
`
and
`
")
]]>
.ri
source.python
sets up raw input
`
I saved both to my Packages/User folder and named them print.sublime-snippet and raw_input.sublime-snippet (respectively). They both work fine from the command pallette. Only the tab trigger is not working. I’ve tried to comment out the scope (didn’t work). I’ve tried to change the tab trigger to all kinds of different values (none of them worked). Actually, the raw_input trigger did work one time, but when I tried it again it failed to work and has not worked since (no changes were made between the time it worked and the time it didn’t). I’ve tried restarting Sublime Text (I’m in version 3 on a Mac, btw). I changed “auto_complete_selector”: true in my preferences -> Settings-User file. I’ve read all of the discussions I can find on this issue both on this forum and in stack overflow. Any assistance would be greatly appreciated!