Posts by this author

Jun 8, 2023
0
9

Visual Studio’s IntelliSense list can now steer GitHub Copilot code completions.

TL:DR GitHub Copilot and Visual Studio’s built-in AI assistance features are now better together. With the latest version of GitHub Copilot, changing your selection in Visual Studio's IntelliSense list steers the GitHub Copilot with additional context about your code, so you can easily explore the single and multi-line code completions to get just ...

Mar 20, 2023
2
3

Upgrading from IntelliCode custom team completions models to deep learning.

TL;DR – A deep learning model will now help provide starred completions for custom methods in the IntelliSense list. All users of Visual Studio 2022 will receive this improvement automatically. With original IntelliCode, a custom trained model was previously useful for ranking custom methods in a user’s code. When IntelliCode first shipped in Vis...