Which Python editor has this feature?

Frank Haun fh at fhaun.de
Mon Jan 11 06:54:45 EST 2016


On Sun, 10 Jan 2016 19:49:47 -0800 (PST), Rustom Mody wrote:

> On Monday, January 11, 2016 at 7:30:10 AM UTC+5:30, jf... 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:-)
>> 
>> 
>> --Jach Fong
>
> Recent emacs' python mode has all these bunch of python-nav-*
> functions.  You may have (as usual with emacs!) to choose which you
> like best, ie not all are not bound to keys.

Emacs is great for python editing. I use elpy-mode on top of emacs
python-mode. And company-mode for completion.

Frank



More information about the Python-list mailing list