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.