7
1

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

VisualStudioCodeでタグをクリックした際にマルチカーソルになってしまう時の対処法(HTML)

Posted at

Visual Studio Code(以下VS Code)でHTMLを編集しようとしたところ、突然開始タグと終了タグの両方にカーソルが入ってしまう様になりました。
なんでやと思っていろいろ調べていたら、どうやらVS Codeの最新版「November 2019」リリース(バージョン1.41)でそういった機能が追加されたそうです。(デフォルトで設定されてるとか余計なことを。。。)

対処法

ファイル→基本設定→設定 を開く
カーソル対処法①.png

拡張機能→HTML よりMirror Cursor On Matching Tagのチェックを外す
カーソル対処法②.png

これでタグをクリックすると片方のみカーソルが入るようになっているはずです。(何か間違ってたらごめんなさい)
いかんせん出たばっかりで情報が少なかったので、誰かしら役に立ったらいいかなーと思います。(あと半分備忘録的な感じ)

以上、Qiita初投稿でした。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?