On Mon, Jan 11, 2016 at 6:40 AM, Gordon Levi <gordon@address.invalid> wrote:
> 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:-) > > Jetbrains Pycharm has "go to start of block" and "go to end of block" > commands <https://www.jetbrains.com/pycharm/>. > > Unfortunately the free version of Pycharm does not support remote > debugging and my main use for Python is for programming a Raspberry > Pi. I use Visual Studio instead and its "go to end of block" does not > work in the Python editor > <https://www.visualstudio.com/en-us/features/python-vs.aspx>. > -- Note that you can use Eclipse/ PyDev for remote debugging. -- https://mail.python.org/mailman/listinfo/python-list