You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commented lines are commented always on column 0, no matter what the indent. This results in the fold detector "incorrectly" detecting a fold where lines are commented out. Although not really an issue I would suggest to adapt the code to comment lines (Comment/Uncomment Ctl+1) to put the '#' on the indented level. This would allow for much cleaner code (this is my opinion) and would eliminate this 'bug'.
The text was updated successfully, but these errors were encountered:
I strongly support this addition. I enjoy very much spyder but the way it deals with comment is very annoying. May be you should consider also changing the shortcut to Ctrl-/ like in many other editors (atom, vscode, etc)
Description
Commented lines are commented always on column 0, no matter what the indent. This results in the fold detector "incorrectly" detecting a fold where lines are commented out. Although not really an issue I would suggest to adapt the code to comment lines (Comment/Uncomment Ctl+1) to put the '#' on the indented level. This would allow for much cleaner code (this is my opinion) and would eliminate this 'bug'.
The text was updated successfully, but these errors were encountered: