[DOCS] IDE Integrations page duplicates VS Code content instead of linking to all IDEs

Resolved 💬 2 comments Opened Jan 26, 2026 by coygeek Closed Feb 28, 2026

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:

  1. Users landing on "IDE Integrations" see only VS Code content
  2. JetBrains integration exists separately at /docs/en/jetbrains but is not discoverable from the IDE Integrations page
  3. 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

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗