Showing tag results for IntelliCode Completions

Apr 28, 2026
Post comments count0
Post likes count0

Visual Studio April Update – Cloud Agent Integration

Mark Downie

GitHub Copilot in Visual Studio is becoming more agentic with every release. This update brings cloud agent integration front and center, letting you start remote coding sessions without leaving the IDE.

Debugging and DiagnosticsGitHub CopilotIntelliCode Completions
Feb 16, 2022
Post comments count9
Post likes count1

Typing Less, Coding More: How we delivered IntelliCode whole line completions with a transformer model

Shengyu Fu

Introduction Great code completions make you more productive while composing your code. Visual Studio 2022 now automatically completes C# code up to a whole line at a time, using a rich knowledge of your coding context. We have also released the IntelliCode Completions extension in Visual Studio Code (VSCode) to speed up coding in Python/TypeScrip...

Visual StudioVisual Studio CodeIntelliCode
Aug 24, 2020
Post comments count7
Post likes count0

The making of Visual Studio IntelliCode’s first deep learning model: a research journey

Shengyu Fu

After leveraging technologies like Azure Machine Learning and ONNX Runtime, IntelliCode has successfully shipped the first deep learning model for all the IntelliCode Python users in Visual Studio Code. This blogpost gives a detailed account of the journey from research to model deployment.

ProductivityIntelliCodeMachine Learning