-
Notifications
You must be signed in to change notification settings - Fork 28
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
Benefit over existing code outline extensions? #1
Comments
I haven't tested that extension. The extension home page does not contain any screenshot so I didn't identify it as belonging to the same category. Anyway I just tested it now and indeed it is a good extension that brings very similar functionality as Code Map. Right now I can pick only a two differences:
However the major distinction point is that CodeMap is a port of the Sublime CodeMap plugin, which is rather a code mapping infrastructure then a one off specific syntax product. Thus CodeMap comes with:
In a few days I will be releasing Python mapper. Then it will be turn for Roslyn-based C# mapper, and after that custom mappers and eventually the universal mapper support. Thus if you are only interested in TypeScript then probably you can stick with vscode-code-outline. Otherwise, keep an eye on CodeMap. |
Thanks for the elaborate answer. This was very informative. |
I was just asking myself, what benefits have your implementation over the already existing ones like?
https://github.com/patrys/vscode-code-outline
The text was updated successfully, but these errors were encountered: