Visual Studio Code September 2020 (version 1.50) (part 3)

Visual Studio Code September 2020 (version 1.50) (part 3) Editor Trigger IntelliSense For years, Ctrl+Space has been the predominant keybinding to trigger IntelliSense. However, on macOS and Windows, the same keybinding is used to toggle between keyboard layouts. To minimize confusion, we added another keybinding to trigger IntelliSense: on Windows and Linux it's Ctrl+I , and on macOS it's Cmd+I . Debugging Debug hover improvements Language hover now available while debugging While debugging, the debug hover takes precedence over the language hover, making it impossible to see the language hover. Starting with this release, you can switch from the debug hover back to the language hover by holding down the Alt modifier key. As long as Alt is pressed, the language hover is shown instead of the debug hover. This makes it much easier to read Javadoc while debugging. Auto sizing debug hover In order to minimize the need for scrolling, the debug hov...

Visual Studio Code September 2020 (version 1.50) (part 2)

Visual Studio Code September 2020 (version 1.50) (part 2) Workbench Pinned tabs improvements Pinned tabs were introduced in our May 2020 release. Since then, we've received valuable feedback on how to improve this experience further, and for this milestone there are a couple of changes worth mentioning. A new setting workbench.editor.pinnedTabSizing allows you to configure how large a pinned tab should appear: normal : a pinned tab inherits the look of other tabs (new default) shrink : a pinned tab shrinks to a fixed size showing parts of the editor label compact : a pinned tab will only show as icon or first letter of the editor label If you liked how pinned tabs looked prior to this release, make sure to configure "workbench.editor.pinnedTabSizing" : "compact" . Pinned tabs also show a new "pinned" icon to allow you to unpin with one click. This icon will also appear in the "Open Editors" view. Theme: GitHub Light Some ...

Visual Studio Code September 2020 (version 1.50) (part 1)

September 2020 (version 1.50) (part 1) Welcome to the September 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include: Accessible settings editor - Interact with the settings list like any other list in VS Code. Pinned tabs improvements - Resize pinned tabs, unpin with one click, and more. Linux ARM builds - VS Code is now available for both Linux ARMv7 and ARM64. Improved debugging experience - Improved hover and filtering in debug console. New JS debugger features - Toggle auto attach flows and see performance in real-time. Panel layout improvements - New panel maximization settings and bottom panel size. Webview Views support - Build extensions with webview views in the sidebar and panel. Updated "Create a Dev Container" tutorial - Get started with Development Containers. macOS: Keychain access moved to a different process Some changes in this re...