Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm not talking about launching an external browser with "browse with". I want to pull up a random web page in a browser window INSIDE VS2010, but use CHROME instead of IE to render the web page. I'm just so completely done with IE. Thanks!

I'd consider a VS IDE add-on or add-in or extension or whatever they are calling it nowadays, and I'll entertain building one with Chromium if there's enough demand, but I dont' want to have to do that... thanks!

share|improve this question
1  
I think a third-party extension is likely your only option here, as there's no way to configure VS to use a different browser internally. – Brian Driscoll Dec 2 '11 at 17:34
An extension is definitely possible, since all designers in Visual Studio are simply programs running inside a window. where that window is docked is easily controlled (can be docked in main tab control). – toddmo Mar 1 '12 at 15:13

1 Answer

up vote 1 down vote accepted

Use the Default Browser Switcher:
WoVS Default Browser Switcher

share|improve this answer
Ok, so say I use this addin to set the default to Chrome. Then I do View, Other Windows, Web Browser. Which browser will be used to render the page INSIDE visual studio in a tab? – toddmo Mar 1 '12 at 14:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.