Closed bmargogne closed 5 years ago
Apart from manually defining sections, it would also be nice if sections could be automatically deducted from namespaces/classes/functions, which would help users to find their way through the code. For example, the functions in a file could be highlighted in the minimap like this:
That way, users can quickly get an overview of the available functions and where to go next.
We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.
If you wonder what we are up to, please see our roadmap and issue reporting guidelines.
Thanks for your understanding and happy coding!
Using VS Code 1.11.2 [This is an idea for a new feature, not an issue]
When coding in particularly long files, it would be nice to have some additional navigation possibilities using the minimap. For instance, if we could define a file tree structure (similar to a table of content for any typical ".doc" document), we could easily understand the overall content of a file, and quikly go the desired portion of code.
Here is what it could look like : http://hpics.li/06f785f
Some additional ideas :