Feature Request: Add code deeplinks and rich text support similar to Cursor
Resolved 💬 3 comments Opened Jul 13, 2025 by Rutledge Closed Dec 10, 2025
Feature Description
Claude Code should support code deeplinks and rich text formatting in responses, similar to what Cursor provides when in the IDE context. This would greatly enhance the developer experience when working with code.
Proposed Features
1. Code Deeplinks
- Clickable file paths that open directly in the editor (e.g.,
src/utils/auth.ts:42) - Support for line number references
- Integration with popular IDEs/editors
2. Rich Text Support
- Syntax highlighting in responses
- Better formatting for code blocks
- Enhanced readability with proper text styling
- Support for inline code formatting
Benefits
- Faster navigation to referenced code locations
- Improved readability of responses
- Better integration with development workflows
- More efficient code review and debugging
Example Use Case
When Claude Code references a specific function or error location, users could click directly on the reference to jump to that location in their editor, rather than manually navigating.
Additional Context
This feature would make Claude Code more competitive with tools like Cursor that already provide this functionality.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗