News

GitHub Copilot Chat UX Revamped in VS Code Update

A revamp of the user experience with GitHub Copilot in Visual Studio Code leads the list of improvements to the July 2023 update to the open source-based code editor from Microsoft, which brings it to version 1.81.

GitHub Copilot, introduced as a technical preview way back in 2021, spawned the big and growing "Copilot" series of AI-powered assistants that Microsoft is now infusing across a wide swath of its products and services, including Microsoft 365 offerings and even Windows itself.

Among a raft of improvements to the UX are several related to the tool's Chat functionality, for which a beta was just announced for GitHub Copilot for Business users a few weeks ago.

[Click on image for larger view.] GitHub Copilot Chat (source: GitHub).

The Quick Chat feature has been revamped, for example.

"Like previously, you can toggle this view with Ctrl+Shift+I," Microsoft announced. Specific improvements include:

  • Conversational chat: The Quick Chat experience now shows your full conversation while still keeping the last question and answer in focus.
  • Slash command completion: There are now completions for slash commands when devs type the / command.

Also, a new experimental setting, chat.experimental.defaultMode, controls what parts of chat are shown via three options:

  • chatView: Show the Chat icon in the Activity bar to launch the chat in the Chat view (default).
  • quickQuestion: Show the Chat icon in the title bar to launch Quick Chat.
  • both: Both Chat icons are visible to allow you to open either chat UI.

Speaking of that / slash command mentioned above, Microsoft also listed some usability improvements for it in the panel, inline and Quick Chat:

  • Slash commands now render as blocks and can be deleted with a single backspace.
  • Accepting slash commands from the suggestion list, such as /clear and /help, now executes the command, removing the need to explicitly submit the chat request after accepting a completion.
  • The /createWorkspace panel chat slash command is repopulated in the chat input after it is first used in a question, making it easy to ask follow-up questions about your workspace.

And users of inline chat itself can now enable and disable the diff view using the setting inlineChat.showDiff.

Yet another tweak enables a new default setting for "iterative fixing" such that after an initial first fix, if there are still diagnostic errors in the selection, it runs a second time. Another improvement that can be enabled by devs affects notebooks, introducing additional steps to improve the quality of generated code and also fix diagnostics detected in the code generated by language extensions.

All of the GitHub Copilot work above is but a small part of the new update, for which Microsoft provides this handy bullet-point list of improvements, with links for more information:

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube