VSCode
how do I open the front-end file ( html
file) in server mode? For example, there is a A.html
file under the project. If you want to operate directly in VSCode
, you can access it in the browser in the form of http://localhost/xxx/xx/xx/A.html
, just like Webstorm
. It is found that there is only one View In Browser
plug-in, but it is not in this form.