Bug report request for product/service
Cursor IDE
Describe the request
Not sure whether this is a bug or a feature request.
When AI assistants reference files with line numbers in responses, clicking on those references should navigate directly to the specified line.
Current Behavior:
When an AI assistant references a file like:
File: seller-service/seller_service/api/v1/products/views.py (line 203)
Clicking on it either:
- Doesn’t work at all
- Opens the file but doesn’t jump to the line
- Is inconsistent
Expected Behavior:
- Clicking on file references with line numbers should:
- Open the file if it’s not already open
- Navigate to the exact line number specified
- Work consistently across different reference formats
Example Formats That Should Work:
- File: path/to/file.py (line 123)
Use Cases:
When reviewing AI suggestions that reference specific code locations, being able to click and jump directly to that line would significantly improve the workflow, similar to how VS Code handles file:line references.
Operating System (if it applies)
MacOS