Update README to reflect IntelliCode deprecation · MicrosoftDocs/intellicode@f192b3d

1 min read Original article ↗

This repository was archived by the owner on Nov 12, 2025. It is now read-only.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -1,3 +1,21 @@

1-

## Microsoft Open Source Code of Conduct

2-

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

3-

For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

1+

## 🚨 IntelliCode Extensions for VS Code Are Being Deprecated

2+
3+

We are officially deprecating the **VS Code IntelliCode extensions**. This includes:

4+

- [IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)

5+

- [IntelliCode Completions](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode-completions)

6+

- [IntelliCode for C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=Vms-dotnettools.vscodeintellicode-csharp)

7+

- [IntelliCode API Usage Examples](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.intellicode-api-usage-examples)

8+
9+

### What this means:

10+

- No new features will be added.

11+

- Bug fixes and support will end immediately.

12+

- The extensions will be marked as deprecated and this repo archived.

13+
14+

### What stays the same:

15+

- You will **still get language-server powered completions** in VS Code.

16+

- For AI-assisted coding, we recommend using [**GitHub Copilot**](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat), which provides advanced suggestions and inline completions.

17+
18+

### Recommended Action:

19+

Uninstall the IntelliCode extensions for VS Code and either use built-in language server support or install GitHub Copilot for enhanced productivity.

20+
21+

Thank you for your support!