News

Workbench, Editor Updates Make Visual Studio Code June Release

The Visual Studio team's latest update includes quite a number of enhancements, including tab, workbench, and editor improvements/addition, and some new debugging options.

The laundry list of new and enhanced features on the June release of Visual Studio Code are numerous, but the Visual Studio team highlights features like tab improvements and Workbench and Editor additions, as well as some new debugging options.

Completely new is the way VS Code opens up files. When working in the Editor, files appear in separate tabs. The tabs can be clicked to switch among different open files. As more files are opened, an overflow icon appears, which allows scrolling through to Tabs that aren't visible beyond the main screen's real estate via a pop-up list. The feature is enabled by default, so it has to be disabled using the workbench.editor.showTabs setting.

An addition to the Workbench is a Problems panel. Instead of a quick box at the top of the Editor, the Problem panel displays at the bottom of the Editor and shows errors, warnings and other information of note that might come from language servers, linters and other sources. Searching among problems is also available, as is filtered searching. The Problem panel will show messages based on the open and active file, but that behavior can be toggled off so that even if switching between files, problems for the originally opened file will remain in the Problems panel.

The Editor has a number of improvements. One is the replacement of Working Files with a new Open Editors view that, according to the notes, "is a visual representation of the editor (open file) stacks." Those Editors can be grouped and stacked. There is also a Preview Editor mode that allows for viewing file contents without fully opening a file (the file becomes actively opened when editing changes are made to it or the file gets double-clicked). Editors also have enabled global search and replace as well as multi-line find and replace, drag and drop between open editors and tabs, indent guides, and zoomable font sizing.

Debugging improvements abound in Release 1.3 as well. New is the ability while working with Node.js to attach a Node.js process that wasn't started while in debug mode. "This can be useful if you need to debug a production server that cannot always run in debug mode for performance reasons." Also new is the ability to move the debug bar horizontally, change simple variable values (must be supported by the debug extension), show variable types while hovering, and step back.

Those are just some of the highlights. A full list of features for VS Code Release 1.3 is 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