Table of Contents
Live Previewの設定
Live Preview, Microsoftは, VS Code内でローカルサーバーを立ち上げ, HTMLファイルのPreviewをVS Code内部で可能にするExtensionです.
インストール方法
Ctrl + P
でVS COde Quick Openを開くext install ms-vscode.live-server
を入力
ショートカット設定
デフォルトではPreviewに対して, ショートカットキーがアサインされていません. また, 一度Previewを開いたあとに確認後Previewを閉じたとしてもローカル Live Serverは動き続けているので, Live ServerをStopするショートカットキーもアサインしたいところです.
そこで, markdown
環境との親和性を考えて以下のようなキーを割り当てます:
Ctrl + Shift + v |
HTMLファイルPreview |
Ctrl + Shift + alt +v |
ローカル Live ServerをStop |
ショートカット設定
keybindings.json
を開いたあとに下の設定を貼り付け保存する
1
2
3
4
5
6
7
8
9
10
11
12
13
//-----------------------------------------------------------
// HTML Settings
//-----------------------------------------------------------
{
"key": "ctrl+shift+v",
"command": "livePreview.start",
"when": "editorTextFocus && editorLangId == 'html'"
},
{
"key": "ctrl+shift+alt+v",
"command": "livePreview.end",
"when": "editorTextFocus && editorLangId == 'html'"
},
References
VS Code Extension
統計
Python
math
Linux
Ubuntu 20.04 LTS
Shell
English
git
方法論
Ubuntu 22.04 LTS
統計検定
競技プログラミング
フーリエ解析
前処理
SQL
coding
コミュニケーション
Network
ssh
将棋
Data visualization
Docker
Econometrics
VSCode
statistical inference
GitHub Pages
apt
development
システム管理
Coffee
cloud
数値計算
素数
Book
Font
Metrics
Poetry
Ubuntu 24.04 LTS
architecture
aws
shell
systemctl
テンプレート
データ構造
ポワソン分布
会計分析
文字コード
環境構築
論文
App
Bayesian
Dynamic Programming
Keyboard
Processing
R
Steam
filesystem
quarto
regex
(注意:GitHub Accountが必要となります)