Open
Description
Describe the problem and solution that you'd like.
It would be a big convenience to users if they could directly tap the path in message tiles to navigate to the respective file.
Ideal solution:
- To check if the path mentioned exists (keep in mind that the path may be relative or only a sub-path of it, like just
repositories/explore_repository.dart
instead of the full path as in the message tile.) - Underline the path in the tile.
- Hovering over should update the cursor to the hand icon (indicating the path is tappable)
- Tapping should take to the respective file.
Describe alternatives that you have considered.
No response
Additional Information
No response
Acceptance Criteria
- All kinds of paths are covered (full, sub-paths or even just file names).
- It is ok if we have multiple matches for a sub-path. We can navigate to the first match.