Improving GitHub Copilot Completions in Visual Studio for C# Developers
SMRTR summary
Visual Studio 2022 17.11 now incorporates additional relevant C# context in GitHub Copilot code completions, improving suggestion accuracy. The update automatically considers semantically relevant files for context, even if they're not open in the editor. This enhancement reduces hallucinations and provides more accurate suggestions, such as correctly suggesting method names from other files. The improvement aims to enhance the coding experience for C# developers using GitHub Copilot in Visual Studio, with similar updates planned for VS Code.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article