Visual Studio Code 1.77 previews GitHub Copilot Chat
Visual Studio Code 1.77, published March 30 as the March 2023 version of Microsoft’s extensible code editor, introduces a preview of deeper integration with the GitHub Copilot AI coding assistant, including inline suggestions and chat capabilities.
The VS Code update also brings TypeScript/JavaScript switch case completions, helping users scaffold out switch statements over literal types in either programming language. Type
case
inside of the switch statement and accept the suggestion forcase …
to automatically insert cases for all values of this type. But note this only works when the value being switched over is either a union or literal type.
Author: . [Source Link (*), InfoWorld]