News

The January 2019 release of Visual Studio code v1.31 is out

2 min read

The January 2019 release of Visual Studio code v1.31 is now available. This update brings Tree UI improvements, updated to the main menu, no reload on extension installation and other changes.

Features of Visual Studio code v1.31

No more reloads on installing extensions

This was one of the most requested features in the VS community. Now you don’t have to reload VS code whenever you install a new extension. Reload is not needed even when you uninstall an unactivated extension.

Improvements to the Tree UI

There is a new tree widget based on the already existing list widget. This tree UI was adopted in File Explorer, all debug trees, search, and peek references. Tree UI brings features like:

  • Better keyboard navigation for faster access
  • Hierarchical select all in a tree starting from the inner node the cursor is on
  • Customizable indentation for trees
  • Expand/collapse all tree nodes recursively
  • Horizontal scrolling

Improvements to menus

There are more navigation actions in the Go menu so that they can be discovered easily. The cut command is now available on the Explorer context menu.

Changes in the Editor

Text selection is smarter. Search history is shown below the search bar in the References view. Long descriptions can be written using string arrays.

Semantic selection

In HTML, CSS/LESS/SCSS, and JSON semantic selection is now available.

Reflow support in integrated terminal

The terminal will now automatically wrap and unwrap text whenever it’s resized.

New input variable

The input variables were introduced in the previous milestone. In Visual Studio code 1.31, there is a new input variable called command. It runs an arbitrary command when an input variable is interpolated.

Updated extension API documentation

The VS Code API documentation was rewritten and then moved to its own table of contents.

For more details on the improvements in Visual Studio code 1.31 January 2019, visit the release notes.

Read next

Code completion suggestions via IntelliCode comes to C++ in Visual Studio 2019

Microsoft Connect(); 2018 Azure updates: Azure Pipelines extension for Visual Studio Code, GitHub releases and much more!

Neuron: An all-inclusive data science extension for Visual Studio

Prasad Ramesh

Data science enthusiast. Cycling, music, food, movies. Likes FPS and strategy games.

Share
Published by
Prasad Ramesh

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago