You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A built-in tool for viewing different interpretations of the current C# document (maybe open to side?). Sometimes it is useful to see the lowered version of language feature, or view the IL code of a given class/function/file. A similar feature is already supported in Rider.
Describe the feature you'd like
A built-in tool for viewing different interpretations of the current C# document (maybe open to side?). Sometimes it is useful to see the lowered version of language feature, or view the IL code of a given class/function/file. A similar feature is already supported in Rider.
https://www.jetbrains.com/help/rider/Viewing_High_Low_Level_Csharp.html
https://www.jetbrains.com/help/rider/Viewing_Intermediate_Language.html
Maybe a more similar implementation like found in https://sharplab.io/
It would also be a useful tool for demonstrating language features and other concepts when presenting.
Alternatives considered
Environment Information
No response
The text was updated successfully, but these errors were encountered: