Skip to content
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

Add parser for cases in switch statement #23

Closed
mrbostjo opened this issue Mar 28, 2017 · 3 comments
Closed

Add parser for cases in switch statement #23

mrbostjo opened this issue Mar 28, 2017 · 3 comments
Assignees
Milestone

Comments

@mrbostjo
Copy link

Thank you for your great addon, but i have suggestions for improvement:

It would be great if you added parsing of switch statement in a method and all statement's cases, it would make navigating through big monster switches, which are not so uncommon much easier ( at least i think so ;) ).

I'd also suggest to add decoration for CodeNav window, so it could be used as tabbed document, be pinned and be auto hidable as are other information windoes in visual studio.

@sboulema
Copy link
Owner

Your welcome!

Will look into switch parsing :)

You can find the CodeNav toolwindow at View -> Other Windows -> CodeNav.
This window can be docked anywhere in visual studio. Is that maybe what you are after?

@sboulema sboulema self-assigned this Mar 28, 2017
@mrbostjo
Copy link
Author

Ah yes, that's what i was looking for.

Thank you very much.

@sboulema sboulema added this to the 2.4 milestone Mar 28, 2017
@sboulema
Copy link
Owner

Added switch statement parsing in the new 2.4 release!
You can enable showing switch statements in the filter options

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

No branches or pull requests

2 participants