News

What's New in Visual Studio Code 1.25 (June Release)

The usual array of new features has been added to the Visual Studio Code editor's latest release -- v1.25, or the June release -- highlighted by a new grid editor layout.

VS Code developers -- who are known for the painstaking tweaking of their favorite code editor to make it look and work just right -- can now arrange editors either vertically or horizontally, while gaining the ability to display three editors side-by-side.

"Control of the editor layout lets us manage the view of open files all at once," said Cloud Developer Advocate Brian Clark in a highlights video. The new grid layout functionality provides even more flexibility by allowing us to split views both horizontally and vertically."

Clark demonstrated how developers can get the alignment they want by dragging and dropping files onto the Workbench in the direction they want to see the split happen. "The layout possibilities are endless, so give it a shot," he said.

He also singled out a new outline view that provides a symbol tree outline and navigation for documents.

"Do you sometimes feel lost in your own code? Well, no more. Navigating through code is streamlined with the VS Code outline view. This view shows the symbol tree for the active file which we can filter and sort while also spotting warnings and errors."

Other new features worthy of Clark's attention include hover display options that let developers control the appearance of information when a mouse is hovered over code. "Sometimes the suggestions and tips view that shows up while we are hovering over code can be unintentional and get in the way," Clark said. "An additional option in settings can disable that altogether or delay how quickly it comes into view."

Finally, Clark detailed a new floating debug toolbar. "In VS Code the debug toolbar gives us the ability to control the flow of our app as it is running," Clark said. "The location of this toolbar can be tricky at times while using tabs, but it can now be unchained from the top of the window. Click and drag the toolbar down a level and place it anywhere you'd like horizontally within that view."

Other new features in the June release include: Portable Mode, letting developers run or copy their VS Code setups from a USB thumb drive or file share; extension view improvements that let developers easily see Enabled, Disabled and Recommended extensions; a Language Server Protocol Inspector to let coders visualize LSP protocol traffic; and many more.

These and many more are explained in detail in the latest update article.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube