Sublime Forum

Up/Down Arrow keys should cancel "snippet mode"

#1

I have a snippet:

${50:, }${10} : function ${10}(${30: ${20:params} }){ ${100:$TM_SELECTED_TEXT} }

After I type the function name and/or param values, if I hit ↓ to go to the function body, “snippet mode” should exit just as if I hit ESC. Otherwise the next time I hit TAB I go to some other part of the function which is clearly not desired.

0 Likes