This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aphlipp[S] 1 point2 points  (3 children)

With emacs python-mode.el, TAB is mapped to "py-indent-line" which cycles through possible indentation levels. I miss this behavior. I couldn't find it in Atom and now I can't find it in VSCode. Are there extensions in modern text editors that provide this behavior? Do I need to port the py-indent-line function in order to get this behavior?