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

Posted by Withnail on Stack Overflow See other posts from Stack Overflow or by Withnail
Published on 2011-07-01T07:19:23Z Indexed on 2011/07/01 8:22 UTC
Read the original article Hit count: 620

Filed under:
|
|

This is driving me nuts.

I can't get the auto-indentations to work properly unless I use the automatic closing of braces, et al (which I don't like), and I see no option allowing one to skip over/out.

Eclipse has a configuration option for this, and Visual Studio doesn't auto-close everything by default, but rather formats the code block after manually entering the closing brace (which I think is perfect).

Surely there's something apart from going all the way over to the "End" key?

© Stack Overflow or respective owner

Related posts about python

Related posts about ide