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
I really like using cells and writing/testing my code one cell at a time is awesome! In fact this is probably one of the best features in Spyder!
I also love the Outline which allows me to quickly go to a location in a file, even in multiple files. The problem is that the Outline gets cluttered with if/for/while loops that are not indented, and this makes it difficult to find the cell your looking for.
What would be very useful is if we could limit the Outline to contain only cell titles (or special marks such as ###). And maybe nest the if/for/while loops within the cells (even if they have no indent).
Thanks and keep up the awesome work!
The text was updated successfully, but these errors were encountered:
gerazov
changed the title
Outline show only cells - type:enhancement component:Outline
Outline to show only cells (or special comments like ###) - type:enhancement component:Outline
May 3, 2018
I really like using cells and writing/testing my code one cell at a time is awesome! In fact this is probably one of the best features in Spyder!
I also love the Outline which allows me to quickly go to a location in a file, even in multiple files. The problem is that the Outline gets cluttered with if/for/while loops that are not indented, and this makes it difficult to find the cell your looking for.
What would be very useful is if we could limit the Outline to contain only cell titles (or special marks such as ###). And maybe nest the if/for/while loops within the cells (even if they have no indent).
Thanks and keep up the awesome work!
The text was updated successfully, but these errors were encountered: