Automatic indentation for Python in Notepad++

前端 未结 12 1774
既然无缘
既然无缘 2020-12-16 09:35

I\'ve been googling lots and this is getting really frustrating. It doesn\'t act like idle.

Example:

else:  
    name = \'World\'
    print \'Howdy\         


        
12条回答
  •  北海茫月
    2020-12-16 10:38

    I've found Notepad++ to live up to the task of being a better basic text editor than Notepad, but it isn't really designed to be as smart as a proper programming IDE.

    It might be possible to get it to do what you're asking for, but I certainly don't know how to set it up that way.

提交回复
热议问题