Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goto: file #1

Closed
blakjakau opened this issue Nov 2, 2021 · 2 comments
Closed

Goto: file #1

blakjakau opened this issue Nov 2, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@blakjakau
Copy link
Owner

Add filename lookup to the omnibox for "Goto".
This could be just all active/open files? Or perhaps a background task could iterate the workspace folders and create an index?

@blakjakau blakjakau added the enhancement New feature or request label Nov 2, 2021
@blakjakau blakjakau self-assigned this Nov 2, 2021
@Wrongtown
Copy link
Contributor

+1 for including files in any folders you've added, absolutely love this in Sublime Text.

@blakjakau blakjakau pinned this issue Nov 12, 2021
@blakjakau blakjakau reopened this Mar 6, 2022
@blakjakau
Copy link
Owner Author

Needs a little work. When there's multiple locked folders (e.g. when the app is first opened and permission have not been refreshed), if the index is generating AND subsequent folders are unlocked, the newly unlocked folders don't get index. Needs a queued / delayed repeat call to generateIndex if it's already running when the file is triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants