Which Python editor has this feature?

Fabio Zadrozny fabiofz at gmail.com
Tue Jan 26 13:09:41 EST 2016


On Sun, Jan 10, 2016 at 11:59 PM, <jfong at ms4.hinet.net> wrote:

> It lets you jump between the current cursor position and the line the
> upper level indentation start, something like the bracket matching in C
> editor. Because of Python use indentation as its code block mark, It might
> be helpful if we can jump between different level of it:-)
>

​You can do this in Eclipse/PyDev by using the scope selector (​Shift + Alt
+ Up multiple times to select outer scopes and Shift + Alt + Down to
deselect) and then use left arrow to go to the start or right arrow to go
to the end (although if you're just navigating methods, you can do
Ctrl+Shift+Up / Down to select the previous/next method, which may be a bit
faster).

Best Regards,

Fabio​



More information about the Python-list mailing list