Skip to content

xuan2261/GoToDnSpy

 
 

Repository files navigation

GoToDnSpy

Introduction

Sometimes I need something like Resharper command "Navigate To Decompiled Sources", but I don't want to buy and install R# only for this command. So I created this plugin for quick access to dnSpy. BTW, after VS 2017.6 Preview can do it with included ILSpy.

dnSpy is the best tool for .net reseacher. You can download latest dnSpy build from CI.

Installing

Plugin can be found in Visual Studio marketplace.

Please send positive feedback if you liked the extension :)

Preview

Using GoToDnSpy

Options

For work plugin need put path to installed dnSpy in options page. You can download latest dnSpy build from CI.

Options GoToDnSpy

Using

Place cursor at referenced code (method, event, etc) and run "GoTo dnSpy..." command.

GoToDnSpy command can be found in Visual Studio tools menu

Tools menu with GoTo dnSpy

You can add and use a shortcut for fast run command

Shortcut example

ISSUES

"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.

About

GoTo dnSpy for Visual Studio 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%