ShowWebBrowser Command
Applies to:
Visual Studio
Visual Studio for Mac
Visual Studio Code
Displays the URL you specify in a web browser window either within the integrated development environment (IDE) or external to the IDE.
Syntax
View.ShowWebBrowser URL [/new][/ext]
Arguments
URL
Required. URL (Uniform Resource Locator) for the website.
Switches
/new
Optional. Specifies that the page appears in a new instance of the web browser.
/ext
Optional. Specifies that the page appears in the default web browser outside of the IDE.
Remarks
The alias for the ShowWebBrowser command is navigate or nav.
Example
The following example displays the Microsoft Docs home page in a web browser outside of the IDE. If an instance of the web browser is already open, it is used; otherwise a new instance is launched.
>View.ShowWebBrowser https://docs.microsoft.com /ext
See also
Feedback
Submit and view feedback for