2
0

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 1 year has passed since last update.

【VSCode】html.erbファイルでエメットを使用する方法

Posted at

はじめに

VSCodeを再インストールしたとき、erbファイルでエメットを使う設定方法を忘れてしまっていたので、書き残します。

  • VSCod 1.76.2

設定方法

まずVSCodeの設定を開きます
スクリーンショット 2023-03-22 12.48.17.png
開いたら、検索バーに「emmet」もしくは「emmet include」と入力し、「emmet: Include Languages」の項目追加をクリックする。
スクリーンショット 2023-03-22 12.50.10.png
項目に「erb」、値に「html」を追加したら、OKをクリックします。
スクリーンショット 2023-03-22 12.50.28.png
これでerbファイルでもエメットが利用できるようになります!

エメットが効かない場合

エメットが反映されない場合、次のことを試してみてください。

Emmet: Trigger Explanation On Tabにチェックを入れる

設定で「emmet trigger」と検索し、チェックを入れる
スクリーンショット 2023-03-22 13.20.42.png

Emmet: Trigger Expanded Addreviationをalwaysにする

設定で「emmet trigger expanded」と検索し、「always」に設定する。
スクリーンショット 2023-03-22 13.22.25.png

2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?