From fe120c60bd8e2bf1a51666a495379ac8c723c764 Mon Sep 17 00:00:00 2001 From: vikrantnegi Date: Tue, 24 Oct 2017 13:12:13 +0530 Subject: [PATCH] add Live Server extension --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec84ac..5a4b775 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Git Indicators](#gitindicators) - [GitHub](#github) - [Icon Fonts](#icon-fonts) + - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) @@ -193,7 +194,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### JavaScript -- [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code (with `"tslint.jsEnable": true`). +- [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code (with `"tslint.jsEnable": true`). - [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](https://eslint.org/). - [XO](https://marketplace.visualstudio.com/items?itemName=samverschueren.linter-xo) - Linter for [XO](https://github.com/sindresorhus/xo). - [AVA](https://marketplace.visualstudio.com/items?itemName=samverschueren.ava) - Snippets for [AVA](https://github.com/avajs/ava). @@ -358,6 +359,12 @@ Features full workbench theming > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more! +### [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) + +> Launch a development local Server with live reload feature for static & dynamic pages. + +![live-server](https://raw.githubusercontent.com/ritwickdey/vscode-live-server/master/images/Screenshot/vscode-live-server-animated-demo.gif) + ### [Multiple clipboards](https://marketplace.visualstudio.com/items?itemName=slevesque.vscode-multiclip) > Override the regular Copy and Cut commands to keep selections in a clipboard ring