Skip to content

zyonet/DefSpy

Repository files navigation

DefSpy Image of Icon

Build Status

Overview

A Visual Studio extension that shows definition of an external type/method in ILSpy. The author wants to thank the authors of the following tools for their inspirations:

GoToILSpy for VS2015: https://marketplace.visualstudio.com/items?itemName=MarekPokornyOVA.GoToILSpyforVS2015 LinqPad: https://www.linqpad.net/

How to Use

  1. Download and Install DefSpy.vsix
  2. Set up path to ILSpy.exe

Image of Set ILSpy Path Image of File Selection 3. Compile your project, right click a class or method, select "Show Definition in ILSpy..."

Image of Context Menu

  1. Decompiled code will be shown in ILSpy

Image of ILSpy Window

  1. Happy Coding ;D