LoginSignup
11
13

More than 5 years have passed since last update.

Visual Studio CodeでHTMLの画像(イメージ)サイズ自動入力

Last updated at Posted at 2017-04-05

ファイル→基本設定→キーボードショートカット

{
    "key": "ctrl+i",
    "command": "editor.emmet.action.updateImageSize",
    "when": "editorTextFocus"
}

キーマップの設定を上のように変更します。
タグにカーソルを合わせてCTRL+Iを入力すると画像サイズが自動入力されます。

11
13
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
11
13