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.
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.
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:
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.
Text selection is smarter. Search history is shown below the search bar in the References view. Long descriptions can be written using string arrays.
In HTML, CSS/LESS/SCSS, and JSON semantic selection is now available.
The terminal will now automatically wrap and unwrap text whenever it’s resized.
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.
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