+12

Minimap markers

Samuel Hodge il y a 11 ans mis à jour par Raymond Li il y a 11 ans 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.