Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ilspy-vscodeNew to Visual Studio Code? Get it now.
ilspy-vscode

ilspy-vscode

Preview

SharpDevelop Team

|
177,592 installs
| (10) | Free
Decompile MSIL assemblies - support for full framework, .NET Core and .NET Standard
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ilspy-vscode (Extension)

This is the actual VSCode extension part of the project, which fulfills following tasks:

  • Integrates ILSpy UI elements (like Assembly Tree, Search and Analyze panels, palette commands) into VSCode shell
  • Manages extension settings (global and workspace-specific)
  • Controls backend process launching it at startup and initializing it with configuration
  • Installs a required version of .NET runtime using Microsoft's .NET Install Tool for Extension Authors

A description of the extension's features can be found in Feature Tour.

Requirements

  • Visual Studio Code >= 1.101
  • .NET 10.0 (installed automatically on first start)
  • Node.js (22 or newer)
  • NPM

Development

To debug and run the extension, you first need to build and package the backend:

cd ..
buildtools/publish-backend

The backend's binaries are automatically copied to vscode-extension/bin/ilspy-backend, where the extension expects them.

Then initialize the project with

npm install

Open this directory in Visual Studio Code and start debugging with F5. A development instance of VS Code will open with the latest extension code running.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft