{"id":13621473,"url":"https://github.com/icsharpcode/ilspy-vscode","last_synced_at":"2026-01-25T19:12:22.370Z","repository":{"id":41233289,"uuid":"112586097","full_name":"icsharpcode/ilspy-vscode","owner":"icsharpcode","description":"ILSpy Visual Studio Code Extension and Service for Decompiling .NET Assemblies","archived":false,"fork":false,"pushed_at":"2025-04-08T12:30:46.000Z","size":2218,"stargazers_count":159,"open_issues_count":8,"forks_count":32,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-08T13:31:56.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icsharpcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-30T08:34:29.000Z","updated_at":"2025-04-08T12:30:43.000Z","dependencies_parsed_at":"2023-09-27T18:13:21.292Z","dependency_job_id":"31f7f53a-454d-4a23-91dd-4cd7268705bb","html_url":"https://github.com/icsharpcode/ilspy-vscode","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icsharpcode%2Filspy-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icsharpcode%2Filspy-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icsharpcode%2Filspy-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icsharpcode%2Filspy-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icsharpcode","download_url":"https://codeload.github.com/icsharpcode/ilspy-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989364,"owners_count":21194577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:01:06.835Z","updated_at":"2026-01-25T19:12:22.355Z","avatar_url":"https://github.com/icsharpcode.png","language":"C#","readme":"# ILSpy Visual Studio Code Extension [![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/icsharpcode.ilspy-vscode?label=VS%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=icsharpcode.ilspy-vscode)  [![Open VSX](https://img.shields.io/open-vsx/v/icsharpcode/ilspy-vscode?label=Open%20VSX\u0026color=blue)](https://open-vsx.org/extension/icsharpcode/ilspy-vscode) [![Join the chat at https://gitter.im/icsharpcode/ILSpy](https://badges.gitter.im/icsharpcode/ILSpy.svg)](https://gitter.im/icsharpcode/ILSpy?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![CI](https://github.com/icsharpcode/ilspy-vscode/actions/workflows/ci.yml/badge.svg)](https://github.com/icsharpcode/ilspy-vscode/actions/workflows/ci.yml)\n\nThe ILSpy extension for VS Code is an implementation of ILSpy .NET assembly browser and decompiler running inside of Visual Studio Code UI - in contrast to the [ILSpy desktop application](https://github.com/icsharpcode/ILSpy) running standalone on Windows systems.\n\nPlease see the [Feature Comparison List](https://github.com/icsharpcode/ilspy-vscode/wiki/Feature-Comparison) for the differences between ILSpy desktop application and the VS Code extension.\n\n## Getting started\n\nYou can [install](https://github.com/icsharpcode/ilspy-vscode/wiki/Installation) the extension in Visual Studio Code via the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=icsharpcode.ilspy-vscode) or [Open VSX](https://open-vsx.org/extension/icsharpcode/ilspy-vscode).\n\nPlease see the [Feature Tour](https://github.com/icsharpcode/ilspy-vscode/wiki/Feature-Tour) to explore the extension's features.\n\n## What's New\n\nPlease see the [Change Log](./vscode-extension/CHANGELOG.md).\n\n## Troubleshooting\n\nIf you have issues during installation of .NET Runtime, please see [here](https://github.com/icsharpcode/ilspy-vscode/wiki/Troubleshooting#download-of-net-runtime-fails-with-slow-internet-connection).\n\n## Develop\n\nThe extension consists of two parts: The VS Code extension itself (written in TypeScript) and a \"backend\" server process (written in C#), which provides a bridge to ILSpy functionality.\n\nCompile and package all parts:\n\n```\n./buildtools/publish-backend\n./buildtools/build-vsix\n```\n\nAn installable `.vsix` file should be generated in `artifacts` folder, if everything is fine.\n\nCompile only backend server from console:\n\n```\ncd backend\ndotnet build\n```\n\nRun backend tests:\n\n```\ncd backend\ndotnet test\n```\n\nOr open `backend/ILSpy-backend.sln` in Visual Studio 2022, Visual Studio Code or JetBrains Rider.\n\nTo develop and debug the VSCode extension, install [Visual Studio Code](https://code.visualstudio.com/),\nthen run\n\n```\ncd vscode-extension\ncode .\n```\n\nThe backend code must have been built at least once (as seen above) for the extension to run.\n","funding_links":[],"categories":["others","C#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficsharpcode%2Filspy-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficsharpcode%2Filspy-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficsharpcode%2Filspy-vscode/lists"}