Closed Arax20 closed 3 years ago
It looks like Use Tab setting is working fine, but Tabstop isn`t working. Can you show your snippet example?
My snippets are:
frac : \frac{ <end> }{ <++> } <++>
tf : \therefore <end>
rm : \mathrm{ <end> } <++>
un : _{ <end> } <++>
math : $$<nl><end><nl>$$
sqrt : \sqrt{ <end> } <++>
with my "Stop Symbol" set to <++>
so whenever I use the hotkey Ctrl + Tab
I jump to the next <++> like in the demo gif:
*Note: my newline and end symbols are <nl>
and <end>
respectively since I use a lot of latex it's less confusing this way
Tabstops
Added tabstops feature to allow jumping to cursor locations within snippet. Use the trigger shortcut without an eligible target to trigger jump.
Added option to use
Tab
as the trigger shortcut. Without any eligible jump points or expansions,Tab
will behave normally.Fixed Build bugs