Sometimes I need something like Resharper command "Navigate To Decompiled Sources", but I don't want to buy and use R# only for this command. So I have created this plugin for quick access to dnSpy or corefx sources.
dnSpy is the best tool for .net reseacher. You can download latest dnSpy build from CI.
The plugin can be found in Visual Studio marketplace.
Please send positive feedback if you like the extension :)
The plugin needs the path to installed dnSpy on options page. You can download latest dnSpy build from CI.
Place cursor at the code (method, event, etc) and run "GoTo dnSpy..." command.
GoToDnSpy command can be found in Visual Studio tools and right-click context menu.
If this is a runtime libraries code the plugin will run a browser with source.dot.net.
You can add and use a shortcut to quickly launch the command.
"is not a valid identifier" errors means that for now plugin can't parse syntax tree under caret, please create issue on github with sample of code, it's help improve extension.