Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon

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

Save for later
  • 2 min read
  • 08 Feb 2019

article-image

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
  • Unlock access to the largest independent learning library in Tech for FREE!
    Get unlimited access to 7500+ expert-authored eBooks and video courses covering every tech area you can think of.
    Renews at €18.99/month. Cancel anytime

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.

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