How to view an HTML file in the browser with Visual Studio Code

前端 未结 23 1674
[愿得一人]
[愿得一人] 2020-11-28 17:43

How can I view my HTML code in a browser with the new Microsoft Visual Studio Code?

With Notepad++ you have the option to Run in a browser. How can I do the same thi

23条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 18:05

    Step 1:

    1. Open Visual Studio Code, then go to extensions.
    2. Search for "open in browser".

      3.Install it.

      4.Right click on your html file,you will find the option "Open in Browser".

      That's All......................................................

提交回复
热议问题