Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tabbed view for VSCode?

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?

like image 997
Keith Avatar asked Jun 19 '15 16:06

Keith


People also ask

How do I view tabs in Visual Studio?

In Visual Studio for Windows, to display whitespace characters (tabs, spaces, etc) you simply press Ctrl + R, Ctrl + W.

How do you open two tabs in VS Code?

Launch VS Code and press the “Ctrl” and “P” keys simultaneously to search for a file to open in the current project. Type in the file name. To open the new file in a temporary tab, click on it once. To open the new file in a separate window that you can choose to close manually, double-click it.


1 Answers

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

like image 178
natemcmaster Avatar answered Sep 18 '22 12:09

natemcmaster