Sublime Forum

Completion vs. Snippet jumping

#1

Hi there,

an example: I type table"tab" and what I get is <table>"cursor"</table> - which is nice :smile: As there is another marker at the end of the snippet, the next “tab” brings me to the end of the snippet. But sometimes what I do is <table>php"tab"</table> to add some code there. Unfortunately, this doesn’t complete the PHP snippet (or any other snippet) but jumps to the end instead: <table>php</table>"cursor"

I know I can prevent that by hitting ESC but then I can’t tab to the end of the snippet any more. The best solution, I think, would be to handle completions before jump markers. Can I change that via settings or is that something requiring a core software change?

Thanks!
Eric

0 Likes