zyonet / DefSpy

A Visual Studio 2015 extension that shows definition of an external type/method in ILSpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Visual Studio 2015 extension that shows definition of an external type/method in ILSpy

License:MIT License


Languages

Language:C# 90.2%Language:HTML 6.3%Language:CSS 3.5%