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

はじめに

2024年3月にリリースされたVSCode, 1.90について
初学者がわかったことを初学者言葉で書き連ねます。

複数タブを一度に移動できるようになった

Ctrl キーを押しながらクリック (mac では Cmd キーを押しながらクリック) することで、
複数タブを選択しながら移動することができます。
タブの範囲を選択するには、Shift キーを押しながらクリックします。

まとめて移動させたい時に使えるかも?

タブのアクションを常に表示できるようになった

ユーザー設定に下記を追加することで、
今までアクティブだったタブにしか表示されなかったアクションを
いつでも実施できるようになった。

setting.json
"workbench.editor.alwaysShowEditorActions": true

RGBサブピクセルレンダリングを無効にできる

こちら当方macOSゆえ確認できませんでした。ごめんなさい。

入力に関するショートカットが増えた

setting.json
"workbench.scm.action.focusNextInput": true
"workbench.scm.action.focusPreviousInput": true
"workbench.scm.action.focusNextResourceGroup": true
"workbench.scm.action.focusPreviousResourceGroup": true

ノートブック内で複数セルの選択ができるようになった

setting.json
"notebook.experimental.find.scope.enabled": true

さいごに

最近のアップデートはやはりCopilot が一番の盛り上がりを見せているのかなと主観で感じました。
それだけ生成AIを活用した開発というのが進んできているのだと思います。
めちゃくちゃ省きました、初めての投稿なので許してください泣

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