Hi there,
an example: I type table"tab" and what I get is <table>"cursor"</table> - which is nice
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