Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1000 Bytes

File metadata and controls

23 lines (14 loc) · 1000 Bytes

CopyFullyQualifiedTypeName plugin for ILSpy

This plugin adds two context menu entries for type definitions in type explorer tree. Just right click on a class or interface definition and you will get an option to copy fully qualified type name to clipboard.

CopyFullyQualifiedTypeName plugin context menu

Install notes

To install plugins for ILSpy you need to copy *.Plugin.dll file next to ILSpy.exe.

Already compiled plugin is provided in Plugin folder. [direct link]

Compiling

To compile plugin you will need to add references to these files

  • ILSpy.exe
  • ICSharpCode.TreeView.dll
  • Mono.Cecil.dll