-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Suggestion: Super Quick Info ability to navigate to source of displayed namespaces #257
Comments
Good to hear this request. Years ago, when I was developing the Click and Go feature, it was possible to list all files that reference a namespace. However, for instance, my solution had a root namespace named Would you mind commenting on this request? |
I can certainly see how something like this could be useful. The only thing is that I am not sure whether files would make sense as opposed to types. For my needs I would rather prefer all namespaces displayed (i.e. all namespace names between Files on the other hand could me more tricky - what if a namespace is spread across several projects / assemblies, for some of which there is no source code file (i.e. it is a framework or 3rd party assembly). |
@IneedHelp @fitdev |
I was hoping something more in the likes of ReSharper Usages: where if you query the usage of a namespace it displays a list of file names, followed by a code snippet of the usage and the line number and then finally followed by the fully qualified type. Regardless, whichever kind of navigational functionality you see fit adding to namespaces in Super Quick Info is still better than just the ability to select it as text. |
@IneedHelp |
I mean, that's fantastic, sure! If thousands of files could be listed in a large solution, that's really the responsibility of the user, the extension is just doing its job. But in real-case scenarios, most people will probably not query the root of a namespace. Either-way, as I mentioned before, better to have any navigational functionality than none. |
Good. I totally agree. But I am more in favor for @fitdev's suggestion. |
Absolutely, looking forward to it. |
This feature is done. |
…space and types when clicked (#257)
I just installed it, awesome ! Thanks for the goodies ! |
I know, it's great! But I was talking about the namespace displayed at the footer when hovering over any type or member. It would be nice to make all such namespaces (between the |
@fitdev The last beta should have this implemented. |
Thank you so much! Amazing work! Love this improvement! |
Good. |
Hello, would it be possible to click on namespaces displayed in Super Quick Info which would allow navigating to files which contain those namespaces ?
The text was updated successfully, but these errors were encountered: