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
Sorry, I don't think we're going to implement this. Moving through a long file is going to be improved in Spyder 3.0 thanks to a function and file switcher, very similar to the Sublime text one.
Have you looked at the outline pane ? It already has a tree architecture (not with numbered titles though).
I feel obligated to mention that the recommended way of structuring code is via functions or class, not with comment headers. Sometimes the problem is in the files, not in the IDE 😄
Example: Show 3 levels of tree in outline, and parsing is done with simple syntax:
zz.xxx.yyy (1.1.)
+#1.------------------Title 1
+#1.1-------------------Ttitle 1.1
+#1.1.2 ----------------Titlte 1.1.2
Reasons: sometimes we have a very long code file, having collapsing tree would be good
to jump into the right piece of code.
2.) For performance reason, manual update of outline.
The text was updated successfully, but these errors were encountered: