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

File finder width can be too small to disambiguate files #16018

Open
1 task done
thorbenk opened this issue Aug 9, 2024 · 4 comments
Open
1 task done

File finder width can be too small to disambiguate files #16018

thorbenk opened this issue Aug 9, 2024 · 4 comments
Labels
bug [core label] file finder Feedback for file management, navigation, etc

Comments

@thorbenk
Copy link
Contributor

thorbenk commented Aug 9, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

In my project, I have a file structure likes this:
image

Now, if I search for a file impl, the file picker is not wide enough to disambiguate my search:
image

I guess my file tree is a bit weird, so I would be happy to just give a fixed percentage width for the file picker in my zed config 😅

Environment

Linux.

@thorbenk thorbenk added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Aug 9, 2024
@JosephTLyons JosephTLyons added file finder Feedback for file management, navigation, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Aug 9, 2024
@0x2CA
Copy link
Contributor

0x2CA commented Aug 13, 2024

Wider doesn't solve the problem, next time it may need to be wider, ad infinitum
The real solution to the problem is the need for intelligent path display, where the same prefixes can be omitted from the indentation.
There are settings in the telescope for this.

@github-actions github-actions bot added admin read Pending admin review triage Maintainer needs to classify the issue labels Nov 5, 2024
@notpeter notpeter removed triage Maintainer needs to classify the issue admin read Pending admin review labels Nov 5, 2024
@JosephTLyons JosephTLyons changed the title file picker width can be too small to disambiguate files File finder width can be too small to disambiguate files Jan 2, 2025
@ohmsl
Copy link

ohmsl commented Jan 2, 2025

Also a big problem for me:

image

Especially given it can be impossible to tell the directory of long file names

@thorbenk
Copy link
Contributor Author

thorbenk commented Jan 2, 2025

Also a big problem for me:

Did you try a larger file finder width setting? See here: #18682

@ohmsl
Copy link

ohmsl commented Jan 3, 2025

@thorbenk that's exactly what I was looking for, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] file finder Feedback for file management, navigation, etc
Projects
None yet
Development

No branches or pull requests

5 participants