1
2

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 3 years have passed since last update.

【VSCode】Emmetが自動補完しないを解決する方法

Posted at

【VSCode】Emmetが自動補完しないを解決する方法

どんな方向け

VSCodeにEmmetを入れたはいいものの、自動補完してくれない人向け

実行環境

Windows
VSCode 1.45.1

大まかな設定方法

①設定を開く
②拡張機能からEmmetを選択
②Trigger Expansion on Tabにチェックを入れる

細かい具体的な設定方法

  • 設定を開く
    • Ctrl+「,」(カンマ)で設定画面を開く
  • 拡張機能からEmmetを選択
    • ユーザタブ→拡張機能→Emmetを押下
  • Trigger Expansion on Tabにチェックを入れる
    • チェックをいれると左側に線が入ります。

確認

  • 適当なHTMLファイルを作成
  • divを入力後、tabボタンを2回押下

## !のあとにtabボタン2回押しても面白いよ
1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?