I made snippets using sublime-snippet extension for c++.
Tab trigger- template
What happened was-
I opened a file, and typed t, it showed the drop down of things. I pressed space or backspace, the drop-down obviously disappeared. But when I pressed t / te / tem / temp… again, it wouldn’t show the drop-down the next time. The suggestions disappeared.
I played with it a bit and found out that everytime I pressed # it showed the drop-down menu but that is not efficient as everytime pressing # kind of loses the point of it.
Please help in fixing this so that just pressing t gives the drop-down menu everytime while coding.