-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add NeoCodeMap #9275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add NeoCodeMap #9275
Conversation
Package ReviewChannel DiffRemoved (none), changed (none), added NeoCodeMap. Review for NeoCodeMap 1.0.0 |
Package ReviewChannel DiffRemoved (none), changed (none), added NeoCodeMap. Review for NeoCodeMap 1.0.0 |
Package ReviewChannel DiffRemoved (none), changed (none), added NeoCodeMap. Review for NeoCodeMap 1.0.0 |
|
Cool, so this is like a modern re-interpretation of the CodeMap package? I'm going to copy over some comments about loading settings that I posted for a different PR:
In short, unless you have very specific needs load settings on the fly as needed. Beyond that though, looks really well done 👌🏻 |
|
Yes, this is precisely modern re-interpretation of the CodeMap package. I had some issues with it, fixed a few things but I wasn't happy with how it was breaking my cursor position history. I decided to try something new instead. I'm glad you like it, I'll work on a fix following your advices. Thanks :) |
My package adds an interactive code map that helps visualise and navigate through symbols on files.
My package is similar to sublime-codemap However it should still be added because it uses modern sublime API. It's design is very different and allows for live update while avoiding navigation bugs.