Add the outline explorer option "Group code cells" to config and make it False by default
See original GitHub issueProblem Description
I think the Group code cells
option added in PR #7107 in the outline explorer is nice, but…
- The option needs to be added to our configs so that I won’t have to turn it off every-time I open Spyder
- I think the default for this option should be
False
@ccordoba12 what do you think? I can do it if you agree with this.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
What is Outline Explorer in Spyder? - python - Stack Overflow
"YourComment" will appear in your Outline Explorer. If it's in a cell , it will remain in the same cell. I use comment...
Read more >User and Workspace Settings - Visual Studio Code
You can always reset a setting to the default value by hovering over a setting to show the gear icon, clicking on the...
Read more >Control settings in the Format Cells dialog box - Excel
By default, all worksheet cells are formatted with the General number format. With the General format, anything you type into the cell is ......
Read more >outline - CSS: Cascading Style Sheets - MDN Web Docs
This is because the style defaults to none . A notable exception is input elements, which are given default styling by browsers. Values....
Read more >Outline — Spyder 5 documentation
Group code cells : Group code cells in multiple nested levels in the outline rather than showing all cells in one level. You...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oops I should have put that option in config in the first place.
As for the defaults, I think most files don’t mix OOP and code cells, so having it by on by default shouldn’t be too irritating for OOP.
The grouping option shouldn’t change anything if there are no code cells file or else that’s a bug.
+1 for the option then. Let’s leave it on/true by default because else people wouldn’t probably notice it.