+12

Minimap markers

Samuel Hodge 11 ár síðan updated by Raymond Li 11 ár síðan 1

Show a clear marker on the minimap by adding specially formatted comments in your code. This allows you to put landmarks in your code that are easily visible from the minimap. This can be particularly helpful with large files that have several distinct sections.


A simple comment format would be nice. A suggestion is:

//@


Being able to individually color the markers would be nice as well. Something like:

//@ #FFCC00

I really want a feature like this as well to navigate lengthy code. Something similar might be a jump-able table of contents that jumps to various regions on text or regions in other files would be interesting as well.