jumpcat icon indicating copy to clipboard operation
jumpcat copied to clipboard

vscode cmd + P replication

Open anikethsaha opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe.

I would like to go to a particular file through jumpcat that is repliciation of cmd + P of vscode. Currently we can go to the root of the codebase but not to a particular file

Describe the solution you'd like

replicate cmd + p of vscode.

Additional context

No response

anikethsaha avatar Sep 30 '21 08:09 anikethsaha

how is your feature request different from pressing T ?

see e.g. https://hackernoon.com/a-quick-shortcut-for-quickly-navigating-in-github-repositories-8874200c4f65

clxmstaab avatar Sep 30 '21 08:09 clxmstaab

Yea actually using T I think we can move from current dir to sub dir or files not across the whole codebase just like the vscode does

anikethsaha avatar Sep 30 '21 08:09 anikethsaha

move from current dir to sub dir or files not across the whole codebase just like the vscode does

Can you elaborate on this please? Ideally with a step by step description how it should behave and how does currently. I'm asking because I can not follow what you mean by:

across the whole codebase just like the vscode does

With the fuzzy finder T, I can jump to any file within a GitHub repo.

stefanbuck avatar Oct 03 '21 20:10 stefanbuck