zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.85k stars 2.93k forks source link

Open Git-ignored file #17814

Closed thomaseizinger closed 1 month ago

thomaseizinger commented 1 month ago

Check for existing issues

Describe the feature

Sometimes, I want to open a file that is ignored from version control. Currently, those appear to be excluded from the "Search project files" pop-up.

For example, I have a test that produces many output log files, numbered by the test-run, i.e. 1.log all the way potentially 4xxx.log. Running the test tells me which one failed and I'd like to open that one in in a buffer.

Currently, the only way how I can do this is open the directory in the project pane and scroll until I can find the file manually. Given that I know the exact file name, it would be nice to be able to just jump to it.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

Moshyfawn commented 1 month ago

This has already been requested and is being investigated by one of the community members. Be sure to +👍 the other thread.

Duplicate of: