CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.

Home Page:https://commanddash.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat]: Navigate to the file by tapping the path in message tiles.

samyakkkk opened this issue · comments

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.
Screenshot 2024-02-24 at 9 02 04 PM

Ideal solution:

  1. 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.)
  2. Underline the path in the tile.
  3. Hovering over should update the cursor to the hand icon (indicating the path is tappable)
  4. Tapping should take to the respective file.

Describe alternatives that you have considered.

No response

Additional Information

No response

Acceptance Criteria

  1. All kinds of paths are covered (full, sub-paths or even just file names).
  2. It is ok if we have multiple matches for a sub-path. We can navigate to the first match.

Hello @samyakkkk 👋

I want to work on this issue, so please consider assigning it to me.

Thank you,

assigned @superiorsd10. thanks!

Hi @superiorsd10 do we have ETA on this issue? Feel free to reach out to us if you need any help.

Hi @superiorsd10 do we have ETA on this issue? Feel free to reach out to us if you need any help.

Hello,

Sorry for the delay in the response. I'm stuck on finding whether the file exists (in the case of a partial path).
Can you please help me?

Thank you,