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

[SUGGESTION] IL, High Level C#, Low Level C# viewer #1737

Open
KuraiAndras opened this issue Jan 23, 2025 · 0 comments
Open

[SUGGESTION] IL, High Level C#, Low Level C# viewer #1737

KuraiAndras opened this issue Jan 23, 2025 · 0 comments
Labels
area-roslyn enhancement New feature or request

Comments

@KuraiAndras
Copy link

KuraiAndras commented Jan 23, 2025

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

  • Manually copy-paste to sharplab
  • Use ILSpy
  • Use Rider

Environment Information

No response

@KuraiAndras KuraiAndras added the enhancement New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-roslyn enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants