josephwoodward / VSCodeILViewer

A Visual Studio Code C# IL (Intermediate Language) Viewer
MIT License
98 stars 17 forks source link

Initial release considerations #3

Closed josephwoodward closed 7 years ago

josephwoodward commented 7 years ago

For an initial release I'm thinking just running a command to output IL for current class would suffice.

Long term goal would be to have a side by side pane (similar to VS Code's the markdown editor) that highlighted IL based on what you've selected in the code window.