mprove File Reference Interaction (Clickable/Open File or Folder)
Resolved 💬 1 comment Opened Apr 8, 2026 by AprilCaptain Closed Apr 8, 2026
What variant of Codex are you using?
App, CLI
What feature would you like to see?
When Codex provides answers that include file paths or references to files, I would like a more interactive and user-friendly way to access those files directly.
Currently, when Codex mentions a file (especially with deep directory paths), I have to manually navigate through the file system to locate it, which is inefficient and sometimes difficult.
I suggest the following improvements:
- Clickable File Paths
- File paths mentioned in Codex responses should be clickable.
- Clicking should directly open the file in the system or relevant editor.
- Right-Click Context Menu
- Allow users to right-click on file references to:
- Open the file
- Open the containing folder
- Copy the file path
- Better Handling of Deep Paths
- For deeply nested directories, provide quick access actions to avoid manual searching.
Additional information
This feature would be especially helpful when:
- Codex generates or references files during code generation or refactoring
- Working with large backend projects (e.g., Java/Spring Boot) where directory depth is high
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗