DEV Community

Cover image for Vscode's best Extension
Kinene ibrahim
Kinene ibrahim

Posted on

Vscode's best Extension

The live server extension should be your best Vscode extension.Live Server - Makes your existing server live - this is a Web Extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASPNET -- Whatever, it doesn't matter).

How to install live server extension in vscode

Step 1: Open Visual Studio Code and navigate to the sidebar. Step 2: Open the Extension section and search for your extension in the search bar. Step 3: For installing the live server, search live server and you will see an extension named Live Server by Ritwick Dey, install it.

How to live server in HTML

Open a HTML file and right-click on the editor and click on Open with Live Server . Open the Command Pallete by pressing F1 or ctrl+shift+P and type Live Server: Open With Live Server to start a server or type Live Server: Stop Live Server to stop a server.

Thanks for reading, hop you've benefited✌🏽

Top comments (0)