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?

VScodeで文字を上書きする方法

Posted at

VScodeで文字を上書きする方法

Visual Studio Code 1.96から,文字を上書きする機能が追加されました.

機能は以下の公式の動画を見てもらうとわかりやすいです.

Overtype-mode.gif

使い方

Windowsユーザーであれば,Insertキーを押すことで,上書きモードに切り替えることができます.

Macユーザーであれば,option + command + oを押すことで,上書きモードに切り替えることができます.

もしくは,command + shift + pでコマンドパレットを開き,Overtype(日本語では「上書き」)と入力することで,上書きモードに切り替えることができます.

カーソルのタイプを変更する

カーソルのタイプを変更することもできます.

設定の@id:editor.overtypeCursorStyleで変更してみてください.

種類は以下の通りです.いずれも,aをovertypeする位置にカーソルを置いています.

  1. line

line

  1. block[デフォルト]

block

  1. underline

underline

  1. line-thin

line-thin

  1. block-outline

block-outline

  1. underline-thin

underline-thin

まとめ

最近はvscodeのアップデートが嬉しいものが多くていいですね.

今後のアップデートにも期待です!

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?