+ 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..

29th Oct 2024, 9:55 AM
Jessy Kalanga
Jessy Kalanga - avatar
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
29th Oct 2024, 10:21 AM
Aysha
Aysha - avatar
+ 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.
29th Oct 2024, 3:09 PM
Hamid Ahmad Amini
Hamid Ahmad Amini - avatar