This plugin add to context menu new item "Show IL code" in type explorer tree.
You can preview IL code for following members:
- type
- field
- method
- property
- event
https://kmatyaszek.github.io/projects/2018/10/22/ilspy-ilcode-viewer-plugin.html
You should have installed ILSpy on your computer (https://github.com/icsharpcode/ILSpy/releases).
To install this plugin you need copy ILSpy-ILViewer.Plugin.dll to ILSpy installation directory.
If you don't want to build this project by yourself you can download this file from: https://github.com/kmatyaszek/ILSpy-ILViewer/releases
Version v1.0 is compiled against 4.0.0.4326-beta2 (https://github.com/kmatyaszek/ILSpy-ILViewer/releases/tag/v1.0)
Version v5.0 is compiled against 5.0.2 (https://github.com/kmatyaszek/ILSpy-ILViewer/releases/tag/v5.0)
This project is licensed under the MIT License - see the LICENSE file for details