Skip to content

Conversation

@klmp200
Copy link
Contributor

@klmp200 klmp200 commented Dec 27, 2025

  • I'm the package's author and/or maintainer.
  • I have have read the docs.
  • I have tagged a release with a semver version number.
  • My package repo has a description and a README describing what it's for and how to use it.
  • My package doesn't add context menu entries. *
  • My package doesn't add key bindings. **
  • Any commands are available via the command palette.
  • Preferences and keybindings (if any) are listed in the menu and the command palette, and open in split view.
  • If my package is a syntax it doesn't also add a color scheme. ***
  • I use .gitattributes to exclude files from the package: images, test files, sublime-project/workspace.

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.

@github-actions
Copy link

Package Review

Channel Diff

Removed (none), changed (none), added NeoCodeMap.

Review for NeoCodeMap 1.0.0

No failures

4 warnings:
- Command class 'ToggleNeoCodeMap' does not end with 'Command'
    File: NeoCodeMap.py
    Line: 265, Column: 1
- Command class 'CloseAllNeoCodeMap' does not end with 'Command'
    File: NeoCodeMap.py
    Line: 270, Column: 1
- Command class 'GotoViewRegionNeoCodeMap' does not end with 'Command'
    File: NeoCodeMap.py
    Line: 275, Column: 1
- Found multiple command prefixes: Close, Goto, Toggle. Consider using one single prefix so as to not clutter the command namespace.


For more details on the report messages (for example how to resolve them), go to:
https://github.com/packagecontrol/st_package_reviewer/wiki

@github-actions
Copy link

Package Review

Channel Diff

Removed (none), changed (none), added NeoCodeMap.

Review for NeoCodeMap 1.0.0

No failures

1 warnings:
- Found multiple command prefixes: Code, Neo. Consider using one single prefix so as to not clutter the command namespace.


For more details on the report messages (for example how to resolve them), go to:
https://github.com/packagecontrol/st_package_reviewer/wiki

@github-actions
Copy link

Package Review

Channel Diff

Removed (none), changed (none), added NeoCodeMap.

Review for NeoCodeMap 1.0.0

No failures

No warnings


For more details on the report messages (for example how to resolve them), go to:
https://github.com/packagecontrol/st_package_reviewer/wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant