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

Visual Studio CodeAdvent Calendar 2024

Day 12

VS Code の November 2024 (version 1.96) に出てきた内容で個人的に気になったもの【Visual Studio Code】

Posted at

この記事は、「Visual Studio Code Advent Calendar 2024」の 12日目の記事です。

はじめに

担当日当日にふってきた、以下の「November 2024 (version 1.96)」についての話です。

November 2024 (version 1.96)

「November 2024 (version 1.96)」の内容は以下のとおりです。

image.png

●Visual Studio Code November 2024
 https://code.visualstudio.com/updates/v1_96

個人的に気になったもの

いくつかの内容がある中、個人的に気になったものは以下のとおりです。

  • Overtype mode - Switch between overwrite or insert mode in the editor
  • Add imports on paste - Automatically add missing TS/JS imports when pasting code
  • Debug with Copilot - Use copilot-debug terminal command to start a debugging session
  • Chat context - Add symbols and folders as context Chat and Edits
  • Move from chat to Copilot Edits - Switch to Copilot Edits to apply code suggestions from Chat

気になった内容に関する公式情報

気になったものに関する公式のポスト

上で個人的に気になったと書いたものに関し、公式のポストをひろってみます。

気になったものに関する公式情報: アップデート情報のページ

アップデート情報のページからも情報を見ていきます。

Overtype mode

まずは「Overtype mode」で、該当する箇所は以下です。

image.png

利用方法は、例えばコマンドパレットを開いて「View: Toggle Overtype/Insert Mode.」というのを入れてやれば、トグルで切り替えられるようです。

以下は、自分の環境でコマンドパレットで「View: Toggle Overtype/Insert Mode.」というのを入れてみたものです。

image.png

モード切り替えをするためのメニューが表示されました。

Add imports on paste

次に「Add imports on paste」で、該当する箇所は以下です。

image.png

コード貼り付け時に、テキストのみ貼り付けるのか、それともインポート込みにするのかを選べるようです。また、いつもどちらかの挙動になるように設定を書きこむということもできるようでした。

image.png

Debug with Copilot

次は「Debug with Copilot」で、該当する箇所は以下です。

Python を例に、具体的な利用方法(コマンドの内容)が書かれています。

image.png

Chat context

次は「Chat context」で、該当する箇所は以下です。

「Preview Features」の括りに入っているようだったので、正式版になる前の状態のようでした。

image.png

チャットへのコード貼り付け時に、メニューの選択肢を選ぶ使い方になるようです。または設定を変更して利用する方法もあるようです( editor.pasteAs.preferences という内容を変更)。

Move from chat to Copilot Edits

最後は「Move from chat to Copilot Edits」で、該当する箇所は以下です。

image.png

以下の部分を操作して利用する形のようでした。

image.png

その他

その他、アップデート情報のページを見ていると「GitHub Copilot」という項目にも、色々な内容が書いてありました。

例えばインラインでのチャット・ターミナルのチャットの現状、などの情報が書かれたりしているようでした。

image.png

image.png

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