"매 IDE 는 이제 LLM 의 인터페이스다 — 코드 + 컨텍스트 + 에이전트가 같은 창에서 만난다". 1980 년대 Turbo Pascal 에서 시작된 IDE 는 2026 현재 VS Code/JetBrains/Cursor/Zed 4 강 + Antigravity/Windsurf 같은 agentic IDE 로 분화하며, 단순 편집기에서 LSP+Copilot+Agent 를 통합한 개발 OS 로 진화했다.
매 핵심
매 2026 주요 IDE 지형
VS Code (Microsoft): 최대 점유율, Copilot/Continue/Cline 등 확장.
JetBrains (IntelliJ/PyCharm/WebStorm): 강력한 정적 분석 + AI Assistant.
// ~/.cursor/mcp.json or .vscode/mcp.json
{"mcpServers":{"filesystem":{"command":"npx","args":["-y","@modelcontextprotocol/server-filesystem","/Users/me/proj"]},"github":{"command":"npx","args":["-y","@modelcontextprotocol/server-github"],"env":{"GITHUB_TOKEN":"..."}}}}
# rules.md
- Always read the file before editing
- Run `pnpm test` after non-trivial edits
- Prefer absolute imports; ban `any` in TS
- Commit messages: conventional commits
매 결정 기준
상황
Approach
폴리글랏 / 일반
VS Code
강 typed (Java/Kotlin/Scala)
JetBrains IntelliJ
Python ML 무거움
PyCharm Pro 또는 VS Code + Pyright
Agent 중심
Cursor / Antigravity / Windsurf
협업 라이브 + 가벼움
Zed
키보드 vim
Neovim + LSP + AI plugin
기본값: 신규 프로젝트는 VS Code + Copilot/Cursor 가 최저 마찰. JVM 헤비는 IntelliJ.