Microsoftは本日、テキストエディタ「Visual Studio Code」の最新版「Visual Studio Code April 2024(version 1.89)」をリリースしました。Visual Studio Codeはマルチプラットフォームに対応したオープンソースの無料ソフトで、公式サイトよりWindows / macOS / Linux用の実行ファイルをダウンロードすることができます。
最新版では、Markdownでリンクにマウスホバーした際に、画像や動画のプレビューが表示できるようになっています。
ソースコントロールブランチ間の切り替え時にエディタを保存・復元する機能の追加も行われています。この機能を有効にするにはscm.workingSets.enabled設定を使用します。
マウスのミドルクリックでターミナルにテキストを貼り付ける機能や、Remote経由でリモートマシンに接続する場合はWSLを使用する変更、 クイック検索でワークスペース全体のテキストを検索することができる機能の追加なども行われています。
主な新機能は以下の通りです。
- Preview Markdown images & videos - Hover over a link to preview images & videos in Markdown.
- Enhanced branch switching - Restore open editors seamlessly when switching between branches.
- Middle-click paste support - Paste text quickly in the terminal using a mouse middle-click.
- WSL over Remote - SSH - Use WSL when connected to a remote machine via Remote - SSH.
- Accessible View - Navigate through comments, chat code blocks & terminal commands from the Accessible View.
- Keyboard shortcuts for UI actions - Customize keybindings for UI actions directly with a right-click.
- Quick Search - Search for text across your workspace with Quick Search.
- AI-powered rename suggestions - Get intelligent rename suggestions in the editor with Copilot.
- Copilot content exclusion - Exclude files from being used in the Copilot context.
- Local workspace extension - Include and install extensions directly in your workspace.
新機能の詳細はリリースノートで確認可能です。
タイトル | Visual Studio Code | |
---|---|---|
公式サイト | https://code.visualstudio.com/ | |
ソフトアンテナ | https://softantenna.com/softwares/6971-visual-studio-code | |
説明 | MicrosoftによるマルチプラットフォームのWeb/Cloud向けコーディング用エディタ。 |