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

Allow specifying a display label different than the value in a suggestion #671

Open
ClementNerma opened this issue Nov 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ClementNerma
Copy link
Contributor

I have set up a little completer for file paths in the shell I'm currently making.

Some of these paths have spaces in their name, which requires escaping. For instance the path hello world.txt would be put as "hello world.txt".

But, I don't want this escaping to appear in the completion menu. I'd like the suggestion to appear as hello world.txt but the inserted text to be "hello world.txt".

Would that be possible?

@ClementNerma ClementNerma added the enhancement New feature or request label Nov 28, 2023
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

1 participant