python - PyCharm: How to skip over closing braces / brackets / parentheses? -


i can't auto-indentations work unless use automatic closing of braces, et al (which don't like), , see no option allowing 1 skip over/out.

eclipse has configuration option this, , visual studio doesn't auto-close default, rather formats code block after manually entering closing brace (which rather prefer).

surely there's apart going way on "end" key?

press ctrl-shift-enter close missing braces on current line (if any), add missing colon (if missing) , put caret correctly indented position on next line.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -