Skip to content

klmp200/NeoCodeMap

Repository files navigation

NeoCodeMap

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.

preview

Installation

This plugins has only been tested on Sublime Text >= 4200.

Package Control

Ongoing

Manual install

Clean repository in your Packages directory.

Command Palette

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)

Preferences

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

About

HTML rendered code map for sublime text

Resources

License

Stars

Watchers

Forks

Packages

No packages published