Sublime Forum

Option to tab outside of autocompleted parens/brackets/etc?

#1

I thought at one time there was a feature in Sublime to tab out of auto-competed braces (vs. having to type the character) but it doesn’t seem to work that way and I wonder if I’m just losing my mind or should make this a feature request.

Repro:

  1. Type if (
  2. Sublime auto-competes to if (|)
  3. Type IsReady
  4. Press Tab
  5. Caret is positioned to the right of the closing parentheses resulting in if (IsReady)|

I installed a plug-in to Visual Studio that does this and it’s a huge time saver for me. Anyone remember this working in Sublime (1 or 2)?

Thanks,
Shawn

0 Likes