Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio > Google Chrome : open new window instead of new tab

I use Chrome as my default browser in Visual Studio 2010.

Whenever I debug a web app if there are any existing instances of Chrome open then VS automatically creates a new tab on that instance.

Does anyone know if it is possible to force VS open completely new window instead?

like image 835
bigtv Avatar asked Apr 30 '11 11:04

bigtv


People also ask

How do I open a new window instead of tabs in Chrome?

To open a new window, use a keyboard shortcut: Windows & Linux: Ctrl + n. Mac: ⌘ + n.

How do I open a new tab instead of a new window?

Hold down your ⇧ Shift (Mac) or ⇧ Shift (Windows) button. If you want to open the link in a new background tab, hold ⌘ Cmd (Mac) or Ctrl (Windows) instead.

How do I stop Visual Studio from opening a new browser?

Go to Project Properties > Debug > Uncheck "Launch Browser" > Save. Save this answer.

What is the difference between opening a new tab and opening a new window?

Opening a new tab means a running application a web browser here opens a new partition in itself to perform new tasks. New window means a copy of the application running will start running and it also has ability to create new partition spaces for tabs.


1 Answers

I know this is a bit of a late update, but I found a better way than with a registry hack.

When selecting browse with in visual studio you can set up a new shortcut to Chrome with arguments to open in a new window. (based on lysergic-acid's answer)

enter image description here

enter image description here

like image 130
WraithNath Avatar answered Sep 22 '22 01:09

WraithNath