Change default web browser in Visual Studio

前端 未结 4 1895
野性不改
野性不改 2021-02-12 01:49

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

4条回答
  •  一个人的身影
    2021-02-12 02:28

    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/"
    

提交回复
热议问题