Visual Studio Code Adds More Audio Cues |
Written by Mike James |
Tuesday, 07 November 2023 |
Visual Studio Code has been updated with the addition of more audio cues, and improvements to the Python extension. Visual Studio Code is Microsoft's open source code editor that shares part of its name, but not much else, with full Visual Studio. It 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. The first improvement to Visual Studio Code are extra opt-in audio cues, specifically for clear, format, and save. When audioCues.clear is enabled, a sound indicates that the terminal, a notification, or the chat responses have been cleared. The next usability improvement is the ability to customize the Activity bar position. You can now move the Activity bar to top of the Side Bar. There's also now an option to hide editor tabs for a clearer screen. The editor has been improved with a new setting to activate the nearest Quick Fix in a line from Ctrl+. no matter where your cursor is in that line. In addition, the Code Action Widget: Include Nearby Quick Fixes is now enabled by default. This highlights the source code that will be refactored or fixed with Quick Fixes. Python support has been extended with improvements to the Python extension. There's a new Smart Send feature that avoids the previous problem whereby you could send a line of Python code that was part of a multi-line command so had no chance of running. The new experimental Smart Send feature sends the smallest block of runnable code surrounding the cursor position to the REPL for execution. Also in the Python extension,the VS Code team has improved the supported linting extensions to allow for more configuration. The Pylint, Mypy and Flake8 extensions now offer settings that allow you to specify glob patterns for files that you wish to exclude from linting. The Gradle for Java extension has also been improved to provide better support for building Gradle projects thanks to adopting the Build Server Protocol (BSP). Similar to other protocols used in VS Code, for example the Language Server Protocol (LSP), the BSP provides an abstraction layer between development environments and build tools such as Gradle. Visual Studio Code 1.84 is available now.
More InformationRelated ArticlesVS Code Can Do More Than You Imagine Python Extension For Visual Code Updated 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.
Comments
or email your comment to: comments@i-programmer.info <ASIN:B0CK3X93KF> <ASIN:1871962749> <ASIN:1871962595> <ASIN:1871962765> |
Last Updated ( Tuesday, 07 November 2023 ) |