Visual Studio Code adds multiple tabs selection

By Paul Krill

With Visual Studio Code 1.90, otherwise known as the May 2024 release of the editor, Microsoft has introduced the ability to select multiple editor tabs at once and the ability to configure a preferred profile for new windows.

Visual Studio Code 1.90 was published on June 5. It can be downloaded for Windows, Linux, and MacOS from the Visual Studio Code website.

With the editor tabs multi-select capability, developers now can select multiple tabs simultaneously, enabling the application of actions to multiple editors at once. This new capability lets developers move, pin, or close several tabs with a single action.

Developers now can specify which profile should be used when opening a new window by configuring the window.netWindowProfile setting. Previously, when opening a new VS Code window, the profile of the active window was used, or the default profile was used if there was no active window.

VS Code 1.90 also brings improvemens to source control and editor actions. For source control, workbench commands were added for creating keyboard shortcuts. These include capabilities to focus on the next or previous source control input field or to focus on the next or previous resource group within a repository. For editor actions, Microsoft is introducing an Always Show Editor Actions setting. When this setting is enabled, editor title actions of each editor group are shown, regardless of whether the editor is active or not. When this setting is not enabled, editor actions are shown only when the editor is active.

Notebooks in VS Code 1.90 now support a new kind of Code Action, which is defined with the notebook.format Code Action Kind prefix. These Code Actions can be triggered automatically via an explicit formatting request or a formatting on save request.

VS Code 1.90 follows last month’s VS Code 1.89 release which emphasized capabilities such as enhanced branch switching and middle-click paste support. Other new capabilities in VS Code 1.90:

© Info World