The ability for mini-map markers that are compatible with most Visual Studio IDE's (VS, VS Code, VS Community, VSCodium, etc) to appear in a vertical bar /mini-map of the open window and the ability to quick-jump to them by either just clicking or a slider showing position in code.
The markers are under the form of comments:
#MARK: ABCDEF = displayed as whats in front [MiniMap] ABCDEF
#MARK: = displayed as the next line if nothing in front of it [MiniMap] -type: entity
- type: entity
. . . . . . .
Exemple of proper used mini-map
The mini-map is extremly convenient to quickly naviguate through code and organise file structure.
The ability for mini-map markers that are compatible with most Visual Studio IDE's (VS, VS Code, VS Community, VSCodium, etc) to appear in a vertical bar /mini-map of the open window and the ability to quick-jump to them by either just clicking or a slider showing position in code.
The markers are under the form of comments:
#MARK: ABCDEF = displayed as whats in front [MiniMap] ABCDEF
#MARK: = displayed as the next line if nothing in front of it [MiniMap] -type: entity
. . . . . . .
Exemple of proper used mini-map
The mini-map is extremly convenient to quickly naviguate through code and organise file structure.