Visual Studio 2012 change web browser

前端 未结 11 1340
天命终不由人
天命终不由人 2020-12-16 09:18

If I click control-click a hyperlink in the text editor, it opens the URL in a new Visual Studio tab. I would rather the link open outside Visual Studio in

11条回答
  •  轮回少年
    2020-12-16 09:45

    Well I found a workaround that is not so clean :P

    • Add a .html file to your project
    • Open the new .html file and click inside the editor.
    • Now Goto 'File' > 'Browse With...' from the Visual Studio Top Menu.

      enter image description here

    • In the 'Browse With' Window, select the desired browser and click the 'Set as Default' button.

      enter image description here

    • Click the Browse button to set the new default selection.

提交回复
热议问题