Is there a tabbed view for VSCode?

10,436

Solution 1

Update

Yes! VS Code 1.3.0 added this feature.

Original

Not as of v0.3.0, as far as I know.

Feature requests: http://visualstudio.uservoice.com/forums/293070-visual-studio-code

Issue reporting: https://code.visualstudio.com/Issues/List

Solution 2

Yes to both of your questions.

It recently became available, if you are on the nightly Insiders release. This will soon be introduced into the product itself as well, most likely in early July.

  • First, download the Insiders release.
  • In VS Code Insider's top application menu, open Preferences > User Settings, and then add the following setting "workbench.editor.showTabs": true

You then will have tabs enabled in your editor as shown below

VS Code with tabs enabled

Solution 3

The closest thing to the tabs concept tha i found is using Ctrl+Tab to navigate in the history of opened files.

Share:
10,436
Keith
Author by

Keith

Updated on June 27, 2022

Comments

  • Keith
    Keith about 2 years

    Just wondering if there is a way to get a tabbed view in VS Code (editor), and if not, is that feature yet to be added?