Microsoftは本日、Visual Studio Codeの最新版「September 2024 (version 1.94)」をリリースしました。Visual Studio Codeはマルチプラットフォームに対応したオープンソースの無料ソフトで、公式サイトよりWindows / macOS / Linux用の実行ファイルをダウンロードすることができます。
v1.94では多数の新機能が搭載されており、なかでも、ECMAScriptモジュール(ESM)フォーマットへの切り替えによる起動速度の大幅な改善が注目を集めています。、VS Codeコアのすべてのレイヤー(electron、node.js、ブラウザ、ワーカー)で、モジュールのロードとエクスポートにJavaScriptのimportとexport構文が使われるようになり、また、レガシーAMDローダーの使用はすべて無効化され、スタートアップのパフォーマンスが大幅に向上しています。
主な新機能は以下の通りです。
- Find in Explorer - Quickly find files in the Explorer view with the improved Find control.
- Source Control Graph - More filtering options and interactivity in the Source Control Graph.
- Python test coverage - Run Python tests with coverage and get rich results in the editor.
- ESM - Faster VS Code startup thanks to the migration to ESM.
- Account preference - Specify which account to use for an extension.
- Copilot in Native REPL - Get code completions and Inline Chat in the Native REPL.
- Improved chat context - Drag & drop files or use IntelliSense for more relevant chat context.
- Test environment setup - Get help with setting up a test framework for your workspace.
GitHub Copilotに関連した改善も多数行われており、ワークベンチからファイルやエディタタブをチャットにドラッグすることで、チャットプロンプトのコンテキストとしてファイル添付できるようになっています。プロジェクト内の特定のファイルについて質問がある場合に便利な機能で、Copilotは文脈に基づき、より適切に質問に答えることができるようになります。
新機能の詳細はリリースノートで確認可能です。
タイトル | Visual Studio Code | |
---|---|---|
公式サイト | https://code.visualstudio.com/ | |
ソフトアンテナ | https://softantenna.com/softwares/6971-visual-studio-code | |
説明 | MicrosoftによるマルチプラットフォームのWeb/Cloud向けコーディング用エディタ。 |