This plugin is inspired by sublime-codemap but using Sublime Text 4 capabilities.
It displays on the side of the editor. You can jump to symbol definition and references to it.
It supports all languages through native Sublime indexing.
This plugins has only been tested on Sublime Text >= 4200.
Ongoing
Clean repository in your Packages directory.
Press cmd+shift+p. Type neocodemap to see the available commands:
- Toggle: Toggle the code map view
- Close All: Close all code maps on all windows
- Move Up: Move to the next symbol on the current view
- Move Down: Move to the previous symbol on the current view
- Preferences: Edit preferences (see below)
You can configure the plugin to use:
- The default width of the code map
- The position of the code map (right or left)
- Indentation of methods
