1
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 後からタグで囲みたいときのショートカットmac

Posted at

[概要]

vscodeで下記のコードを後からタグとかで囲みたい時のショートカットです。
頻繁にあると思うので備忘録的に残しておきます

  <h1>toto</h1>
   <form id="form">
    <input type="text" id="input" placeholder="todoを入力" autocomplete="off">
   </form>

やったこと

1.囲みたい範囲を選択
2.Shift + Command + P を押す
3.画像の検索バーが表示されたらラップ変換と入力し選択
スクリーンショット 2022-12-07 15.57.35(2).png

4.なんのタグで囲みたいかを入力(今回はdivで囲みたい)
スクリーンショット 2022-12-07 16.03.54(2).png

結果

divタグで囲むことができた
スクリーンショット 2022-12-07 16.08.11(2).png

1
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
1
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?