LoginSignup
22
23

More than 5 years have passed since last update.

VSCodeのemmetでhtmlのlangをjaに設定する方法

Last updated at Posted at 2017-08-15

VSCodeのemmetでhtmlのlangをjaに設定する方法

:ramen: 設定を開きます

cmd + ,

スクリーンショット 2017-08-16 0.35.52.png

:ramen: emmet.variablesを追記します

ユーザ設定ファイルに下記を追記

  "emmet.variables": {
     "lang": "ja"
  }

スクリーンショット 2017-08-16 0.40.08.png

:ramen: VSCodeを再起動します

enがjaになります!
わ~い(・ω・)

hoge.gif

22
23
1

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
22
23