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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events