Is there a way to tell VS Code to include every code block header in the sticky scrolling feature when scrolling through python code? Currently, it only does class and method definitions. I'd like it to include loops, conditionals, try, etc blocks.
For example, it would be nice to see everything between lines 124 and 236 (i.e. between def set_default_columns...
and if related_name...
) in this:
Is that possible?
My max sticky scroll is set to 5:
The default Python extension does not support this feature. I have not tried any third-party tools.
I noticed that Visual Studio 's sticky scroll supports this feature by default. You can post a feature request on the VS Code GitHub.