Visual Studio Code Adds Hey Code Voice Command
Monday, 12 February 2024

The January update to Visual Studio Code has been released, with the headline improvement of a "Hey Code" voice command that starts a voice session with Copilot Chat.

Visual Studio Code is Microsoft's open source code editor that offers an open source alternative to the full Visual Studio. Code is open source under a MIT license and development is conducted on GitHub. It is free to use and according to surveys is the preferred IDE across all developers.

vscodeicon

Developers can choose to enable VS Code to listen for the "Hey Code" voice command to start a voice session with Copilot Chat. The voice recognition is computed locally on your machine and is never sent to any server. Once the voice chat session is completed, VS Code will again listen to "Hey Code" to start it again. The feature requires the GitHub Copilot Chat and VS Code Speech extensions.

Other improvements in the new release include support for triggered breakpoints. These are automatically enabled once another breakpoint is hit, so would be useful when diagnosing failure cases in code that happen only after a certain precondition. Triggered breakpoints work for all languages, and conditional breakpoints can also be used as the trigger.

Several improvements have also been made to the workbench, including per-window zoom levels, so you can adjust the zoom level for each window independently; and better handling of auxiliary windows so that all opened floating window associated with a main window will restore when you restart the application. Sticky Scroll support has also been extended to all tree views to make it easier to navigate project trees. 

Markdown link support is another area to have been improved, with the addition of rich paste support for links, video, and audio elements. In practical terms, this means that when you paste a URL into a Markdown file with text selected, VS Code now automatically inserts a Markdown link.

Visual Studio Code 1.86 is available now.

 vscodeicon

  • Mike James is both editor-in-chief of IProgrammer and a prolific author. VS Code is now his preferred code editor and is used throughout his Programmer's Python: Something Completely Different series of books and in his most recent title, Raspberry Pi IoT in Python With Linux Drivers, Second Edition, which explains how to use Python to connect to and control external devices with the full current range of Raspberry Pis.

More Information

VS Code Dev Website

Visual Studio Code Website

Related Articles

VS Code Gets Better At Make C/C++

Visual Studio Code Adds More Audio Cues

VS Code Can Do More Than You Imagine

VS Code Extensions As Malware

VS Code Adds Terminal Tabs

Python Extension For Visual Code Updated

Edge Tools Added To VS Code

Visual Studio Online Is VS Code

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


The WinterJS Javascript Runtime Is Asking For Your Attention
11/04/2024

WinterJS is a brand new Javascript runtime by Wasmer which comes with the claim that it's the fastest of them all. Let's find out if that holds true.



Grafana 11 Improves Metrics
11/04/2024

Grafana Labs, creators of the Grafana open-source metrics analytics and visualization suite, has announced the preview release of Grafana 11 with improvements to make it easier to view metrics, and ch [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 12 February 2024 )