Skip to content

mdonatas/ILSpy.CopyFullyQualifiedTypeName.Plugin

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages