+ 1
How can I get my browser opened into my vscode
when I want to run a project of HTML, JS and CSS I need the browser on the same screen with my codes..
2 Answers
+ 4
You can you live server extension. Check out the link below for detailed info about it as it has preview option too which will help in to code as well as see the results same time.
https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
+ 1
Install Live Server in VS Code, right-click your HTML file, and select "Open with Live Server" to view it in a browser. Alternatively, install Browser Preview to open a browser tab directly in VS Code.