15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio Code (VSCode) でHTMLを編集するときにライブプレビューしながら編集したい時に使う拡張機能

Posted at

概要

HTMLファイルを編集するときにいちいちブラウザを更新するのがめんどいので拡張機能を使用してリアルタイムプレビューしながら編集する

方法

Live Server という拡張機能を使う
2019-09-09 18_13_24.png
左のExtensions のボタンをクリックする、またはCtrl + Shift + X を押下する
検索窓にLive Server と入れて検索する
Install する

使い方

コードの場所で右クリック > Open with Live Server をクリック (Open Folder している必要がある)
またはAlt + L > Alt + O でサーバ起動
サーバを停止するときはStop Live Server か、Alt + L > Alt > C で停止する
2019-09-09 18_21_16.png

結論

こんな感じで編集できる
GIF.gif

15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?