Find files by path fragment
Followed by one person
In my project somewhere there's a folder called `api_schemas` which contains a file called `__init__.py`. If I do Navigate | File and type in “api_schemas”, or “api_schemas/” only the folder shows up in the results, but if I type “api_schemas/__i” the file shows up. If I type a substring of a path, how can I see everything that matches that substring? I want to be able to type “api_schemas/” and get a list includes the files in that folder. This is how Ctrl-P works in vim.
Please sign in to leave a comment.