Sublime Forum

Bug with python completer

#1

Open a python file, type try and press tab.

Now edit in the try block,

for i in xxx:
[TAB]abc

And the tab never works. It always jump to the exception block, sigh …

0 Likes

#2

why not just change your auto_complete_with_fields setting?

0 Likes

#3

Pressing Esc will remove snippet field navigation for the currently active snippet.

1 Like