News

What's New in Visual Studio Code 1.27 (August Update)

The latest monthly update of the lightweight, cross-platform and open source Visual Studio Code editor features a number of UI, navigation and other improvements.

Here are the highlights:

  • Settings editor: A new Settings editor UI helps discover, search and modify VS Code settings. While it has been in the works for months, it's now the default GUI for editing settings. It has been cleaned up and tweaked and new functionality has been added, such as search results now providing relevant Marketplace extensions. The previous JSON editor can still be accessed if developers prefer to use it.
  • Custom menu bar: Fully themable title and menu bars on Windows and Linux have an improved look and feel, designed to boost usability. Bars and menu themes are consistent throughout the editor, and navigation and accessibility have been boosted.
  • Breadcrumbs improvements: Furthering navigation functionality, symbols are now highlighted when navigating with breadcrumbs. Also, bugs have been fixed, and other tweaks have been made, such making breadcrumbs work better with themes.
  • New Terminal menu: The new iteration sports a combined menu for creating terminals and managing tasks, and the Tasks menu was renamed to Terminal, with more entries for the Integrated Terminal being made available.
  • Platform-specific keyboard shortcuts: The same keybindings.json file can now be shared across across different OSs via enabling keyboard shortcuts for specific OSs using isLinux, isMac and isWindows within a keybinding's when clause.
  • CSS @import path completion: Path suggestions can be imported while developers type in CSS, SCSS and Less. "Path completion for CSS, SCSS and Less @import is now available," Microsoft said. "SCSS partial @import is handled as well."
  • JSON conditional evaluation: Support has been added for if, then and else schema keywords, along with other functionality enabled through the built-in JSON language extension's added support for the new JSON Schema Draft-07.
  • Built-in Loaded Scripts view: The Loaded Scripts Explorer in the Debug view, which was contributed by the Node.js debug extension and unavailable to other debuggers, is now available for debug extensions. The Loaded Scripts view is now available as a built-in debugger feature. "All debug extensions that have the notion of 'scripts' will be able to support access to their scripts in a dynamically updated view," Microsoft said.

Other improvements have been made to extension authoring, proposed extension APIs are available for trying out, and not-ready-for-release preview features can be put through their paces, including an exploration of bundling in Electron 3.0.

All of the above and much more are detailed in an announcement blog post.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • 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.

Subscribe on YouTube