[DOCS] IDE Integrations page duplicates VS Code content instead of linking to all IDEs
Documentation Type
Incorrect/outdated documentation
Documentation Location
https://code.claude.com/docs/en/ide-integrations
Section/Topic
Entire page - structural issue
Current Documentation
The ide-integrations page contains the full VS Code documentation with title "Use Claude Code in VS Code" instead of serving as a landing page for all IDE integrations.
What's Wrong or Missing?
The generic "IDE Integrations" page should be a landing page that links to all supported IDE integrations (VS Code and JetBrains), but instead it duplicates the entire VS Code documentation. This creates structural ambiguity:
- Users landing on "IDE Integrations" see only VS Code content
- JetBrains integration exists separately at
/docs/en/jetbrainsbut is not discoverable from the IDE Integrations page - The page title "Use Claude Code in VS Code" doesn't match the URL slug
ide-integrations
Suggested Improvement
Refactor ide-integrations to be a landing page:
Before:
(Full VS Code documentation with title "Use Claude Code in VS Code")
After:
# IDE Integrations
Claude Code integrates with popular IDEs to provide AI coding assistance directly in your development environment.
## Supported IDEs
- [Visual Studio Code](https://code.claude.com/docs/en/vs-code) - Native extension with inline diffs, @-mentions, and plan review
- [JetBrains IDEs](https://code.claude.com/docs/en/jetbrains) - Plugin for IntelliJ, PyCharm, WebStorm, and more
Choose your IDE to get started with installation and configuration.
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Issue |
|------|-------|
| https://code.claude.com/docs/en/ide-integrations | Contains VS Code content instead of being a landing page |
| https://code.claude.com/docs/en/vs-code | Correct VS Code documentation (duplicated in ide-integrations) |
| https://code.claude.com/docs/en/jetbrains | JetBrains documentation (not linked from ide-integrations) |
Total scope: 3 pages affected
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗