I\'m trying to change the default browser to Chrome at VS Community 2015, I\'m not talking about release browser, but the browser that opens when I press CTRL-Click. It opens au
After spending 5 minutes searching online and not finding what I want, I dug into the Visual Studio interface and found it:
The internal web browser in Visual Studio 2019 (at least), is in View => Other Windows => Web Browser
, or CTRL+ALT+R
on Windows.
EDIT: According to the Microsoft Documentation, you can send the web browser command to devenv
directly using nav
, i.e.
devenv /command "nav https://docs.microsoft.com/"