Bryan Fok
Bryan Fok

Reputation: 3487

Is it possible to open files with a new window?

Is it possible to open files with a new window (Not splitting them into two tab in the same window)? Otherwise my second monitor will become useless.

Upvotes: 3

Views: 1585

Answers (3)

Mark
Mark

Reputation: 181020

I don't know when it was added but see:

"window.openFilesInNewWindow": "on",
"window.openFoldersInNewWindow": "on",

and open recent files in a new window

Upvotes: 3

dburt667
dburt667

Reputation: 31

If you have the file open you can use ctl+k O to open file in new window.

Upvotes: 3

1w3j
1w3j

Reputation: 586

VSCode: Open file In a new Window:

  • File->New Window to open a second window,
  • Drag the file you want to view to the second window

Source: https://social.msdn.microsoft.com/Forums/en-US/3560f10e-cfdb-4a76-aeb3-52783d34db91/can-vscode-open-file-in-a-new-window?forum=vsarch

Upvotes: 3

Related Questions