News

Visual Studio Code January Build Gets Interactive

Version 1.9 of the online code editor sports a new look and some new tools to get developers up to speed quickly, including an Interactive Playground to test-drive some of the news features.

Microsoft's Visual Studio team earlier this month released Visual Studio Code January Build (a.k.a. version 1.9), and it comes with a number of enhancements for faster project building on top of a new Welcome Page. Many of the new and enhanced features can be test-driven from the Interactive Playground feature.

The Interactive Playground is a nice addition, and one that could prove useful added to other tools across the board. A sample screen shot on the VSC blog shows an example of a new feature, multi-cursor editing, showing the steps to implement it as well as some practical uses for it. The sample shows the capability to put cursors at the beginning of all occurrences of a string from within a block of code for simultaneous editing.

VSC's integrated terminal has gone through some performance improvements, with performance that's fast enough that even when processing large amounts of data, there's no discernible lockup of an application. By default, any string selected in the terminal can now be copied and pasted via a right click. Other terminal enhancements: new cursor styles, support for wide characters, and PowerShell as the default shell (although a setting can revert the shell back to cmd.exe).

Other notable highlights:

  • Markdown Preview: The editor will provide immediate markdown preview, and as code is scrolled through, so will the preview; double-clicking an element in the preview and the code view will open up at the line; C++, Go, Rust, and Scala code blocks will show syntax highlighting.
  • Editor: Formatters that support Format on Paste is now enabled through a setting; adds inspection tools for Textmate Scopes, and now Textmate themes are accurately rendered; favorite snippets can be key binded; addition of Go To Implementation and Peek Implementation commands; Match Case and Whole Words behave more consistently while performing multi-cursor editing.
  • Languages: Now supports TypeScript 2.1.5 and allows easily switching among versions; includes References CodeLens.
  • Debugging: Single-file debugging without having to launch a project is now enabled by pressing the F5 key at the start of a debug session; inline display of variable values while stepping through code (an experimental feature for now); VSC can automatically choose debug environment based on language being used; Debug dropdown includes option for adding a launch configuration; callstack copy/paste now a context menu item.

For a full list of improvements and enhancements, go here.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube