In SublimeText 3 build 3083, tab completion of snippets breaks under odd conditions. Repro steps are:
- Tab-complete a snippet (let's say
co
-->console.log(this)
, but any will do) - Then change my mind delete it with
ctrl+shift+k
- Then add a new line with
ctrl+shift+enter
- Then type and try to tab-complete a new snippet
At this point, the snippet will not tab complete and instead the cursor travels to the beginning of the following line. This is true for all snippets, whether from a package or of my own creation, and happens anywhere in a file with any syntax highlighting configuration.
I realize it might sound like a really weird edge case, but I delete and insert lines all the time so this happens to me regularly.
I made a quick video to show this behavior if that's helpful.