-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
File Switcher should search all project files and not only the open ones #3860
Comments
@mariacamilaremolinagutierrez, I'm assigning this one to you but for 3.2, not 3.1 ;-) @talkaminker, unfortunately |
@ccordoba12 is this going to v4.2 or v5 ? |
This is for Spyder 5. |
Just a finding:
|
Note: This problem is really complex and difficult to solve in pure Python. So now I agree that we should use |
Guys any progress on that? It would save a lot of time |
Perhaps we'll have time to work on this before the end of the year. |
A few more details about how this could be implemented:
Some important points to take into account are the following:
|
Currently Ctrl+P fuzzy searches only the open files. in other editors (sublime, pycharm) it fuzzy searches the whole project so that you can easily find files regardless of whether they are open or not.
Since good implementation might be tricky, maybe you should somehow use fzf project?
The text was updated successfully, but these errors were encountered: