-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Decompilation does not support "collapse to definitions" #1485
Comments
Also: disabling "navigate to external sources" has no effect. Even if i disable it, if i try to go back to ImmutableArray, it takes me back to this file. |
Tagging @sharwell . This is related to: dotnet/roslyn#26426 Namely that decompilation should not hijack MAS while the experience is so jarringly poor (comparatively). |
Umm... isn’t this a Roslyn/IDE issue? |
Damnit. |
Ported to: dotnet/roslyn#26436 Closing this out. |
Thanks @yaakov-h |
For example, Decompile "ImmutableArray". Now try to collapse to definitions. The option is in the menu, but it has no effect. This makes decompile a pretty poor MAS replacement as it's super hard to actually get a sense of all the structure of the type.
What is also weird is that some things are collapsed in the decompile view. For example:
The attributes are collapsed. However:
I actually have no idea what's going on, but it's not good :)
The text was updated successfully, but these errors were encountered: