💻

コードエディタと IDE

Windows のコーディング環境づくりのための実用的なハブです。主流のエディタ、AI ファーストの IDE、ターミナルと相性の良いツールを比較しながら、開発マシンに入れるものを選べます。

このトピックをまとめてインストール

このトピックを Windows マシンにセットアップする、同等な 3 つの方法です。1 つのコマンドで済ませたいか、宣言的な DSC 設定が良いか、アプリごとに制御したいかに応じて、1 つ選ぶか組み合わせてください。

オプション 1

一括インストール: winget import

コピペ 1 回、手動ダウンロードは不要です。以下のコマンドは winpkg.com から topic-code-editors-ides.packages.json を取得し、それに対して winget import を実行します。 アプリ一式を別のマシンへ移すのに最適です。

$f = "$env:TEMP\topic-code-editors-ides.packages.json"; Invoke-WebRequest -UseBasicParsing -Uri "https://winpkg.com/topics/code-editors-ides/packages.json" -OutFile $f; winget import -i $f

PowerShell で実行します。ファイルは %TEMP% に保存され、それに対して winget が実行されます。

ファイルをダウンロード済みなら、短いコマンドを使えます
winget import -i topic-code-editors-ides.packages.json
オプション 2

宣言的セットアップ: winget configure

コピペ 1 回、手動ダウンロードは不要です。以下のコマンドは winpkg.com から topic-code-editors-ides.winget を取得し、winget configure で適用します。 再現性のある開発マシンの初期構築やオンボーディングスクリプトに最適です。

$f = "$env:TEMP\topic-code-editors-ides.winget"; Invoke-WebRequest -UseBasicParsing -Uri "https://winpkg.com/topics/code-editors-ides/topic.winget" -OutFile $f; winget configure $f

ヒント: App Installer の入った Windows では、ダウンロードした .winget ファイルをダブルクリックすると、自動で winget configure が実行されます。ターミナルは不要です。

ファイルをダウンロード済みなら、短いコマンドを使えます
winget configure topic-code-editors-ides.winget
オプション 3

アプリごとのインストールコマンド

本当に必要なアプリだけをインストールします。ほとんど導入済みで、足りない分だけ追加したいときに最適です。

winget install --id=Microsoft.VisualStudioCode -e
winget install --id=Anysphere.Cursor -e
winget install --id=Codeium.Windsurf -e
winget install --id=JetBrains.IntelliJIDEA.Community -e
winget install --id=ZedIndustries.Zed -e
winget install --id=SublimeHQ.SublimeText.4 -e
winget install --id=Microsoft.VisualStudio.Community -e
winget install --id=JetBrains.PyCharm.Community -e
winget install --id=JetBrains.WebStorm -e
winget install --id=JetBrains.GoLand -e
winget install --id=Neovim.Neovim -e
winget install --id=Anthropic.ClaudeCode -e

このトピックのツールを比較

すべての比較 →

近い候補のどれを入れるか迷ったときは、インストール前にこれらの比較ページを活用してください。

このトピックの絞り込みインストールオプション

小さめのインストールフローは Topics 内に収録
開発者クイックセットアップ

開発者ツールキット

エディタ、ターミナル、ランタイム、ツール一式をまとめて構築し直せる、実用的な Windows 開発者向けスターターバンドルです。

開発ワークステーションの構築チームのオンボーディング新しいコーディングマシン
1 つのインストールフローで開発環境を丸ごと復元。

このトピックが重要な理由

  • 主流エディタ、AI IDE、ターミナル中心のコーディングツールを網羅
  • 新しい開発マシンのセットアップに最適なページ
  • 多くの高意図アプリページをつなぐハブとして便利

このトピックのアプリ

関連アプリを比較 →

Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

developer-toolseditor
v1.124.2 Microsoft Software License
Details →

The AI Code Editor

aicodecoding
v3.7.27 Proprietary
Details →

The most powerful AI IDE

codecodingdevelop
v2.3.15 Proprietary
Details →

The Leading Java and Kotlin IDE

codecodingdevelop
v2025.2.6.2 Apache-2.0
Details →

High-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

code-editordeveloper-toolseditor
v1.6.3 GPL-3.0
Details →

Sublime is a sophisticated cross-platform text editor for code, markup and prose.

editortexttext-editor
v4.0.0.420000 Proprietary
Details →

Everything you need to build modern apps - free for you, built for impact.

c#c++vs
v18.7.0 Proprietary
Details →

The Python IDE for Professional Developers

codecodingdevelop
v2025.2.6.1 Apache-2.0
Details →

The smartest JavaScript IDE

codecodingcss
v2026.1.3 Proprietary
Details →

The complete IDE crafted for Gophers

codecodingdevelop
v2026.1.3 Proprietary
Details →

Vim-fork focused on extensibility and usability

editornvim-qttext
v0.12.2 Apache-2.0 or Vim
Details →

Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

agentagenticai
v2.1.176 Proprietary
Details →