On Sun, Jan 10, 2016 at 11:59 PM, <jf...@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 -- https://mail.python.org/mailman/listinfo/python-list