VS Code January Update! No more reloading to install extensions!
Publikováno: 6.2.2019
The VS CodeJanuary update is out (version 1.31) and as usual, the VS Code team has put in som...
The VS CodeJanuary update is out (version 1.31) and as usual, the VS Code team has put in some great updates to an already amazing editor.
Related Reading_: Our premium course on VS Code is now free! _Make Visual Studio Code Your Editor
Let's take a look at some of the updates.
No reloading on installing extensions
The headliner for this update is the ability to remove and install extensions without reloading! It used to be a minor gripe to reload, but this update fixes that. The VS Code team's attention to the little things is what sets the editor above and beyond.
I always use the built-in terminal to run yarn serve
or yarn start
and reloading VS Code cancelled those processes. Small nitpicks that are now gone!
Filterable explorer / file list
The new tree widget that comes with this update allows us to filter the explorer pane. I'm a big believer in trying to be as efficient as possible and promote using keyboard shortcuts and vim as often as possible. Navigating the file explorer wasn't always possible with just your keyboard.
The new updates add some neat navigation to the explorer pane:
Improved Go Menu
Admittedly, this isn't something I use often. ctrl+p
and using alt+click
to navigate are my go to ways.
My menu bar is hidden 100% of the time. For those that do use the Go menu, this will be a welcome addition:
The Rest
There are many more updates that are worth looking into. Check out the official update log to see these other changes:
Multiline Problems outputFind All References historySemantic selection for HTML, CSS, and JSONIntegrated Terminal reflow supportCommand-based user input variablesUpdated Extension API documentation