-
Notifications
You must be signed in to change notification settings - Fork 873
fix: accurately locate the suggestion in auto-complete #650
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
Conversation
Fantastic! Let's wait for the PR to get merged. |
How about we create our own |
@tusharmath I suggest that Instead you just fork the repo |
Hmm in that case it would be better to maintain just the completion menu. Keeping a fork up to date is quite a painful process. |
Signed-off-by: divanshu-go <divanshugrover2009@gmail.com>
@tusharmath The Upstream has merged my PR nushell/reedline#903 |
@tusharmath I have updated the |
@tusharmath are there any changes required for this PR ? |
@divanshu-go it should highlight the file name only. ![]() |
@laststylebender14 this is due to find() being used instead of rfind() the maintainer at reedline insisted on using it for some reason , nushell/reedline#903 (comment) |
I have did a PR there to solve the problem nushell/reedline#905 |
The search is based on file name, hence selection on the file name would make more sense. |
@tusharmath I have did a PR nushell/reedline#905 |
@divanshu-go Let me know if you are planning to implement a custom CompletionMenu so that we can format it as per our needs. |
/claim #420
before
after
@tusharmath I did a PR upstream to solve this issue nushell/reedline#903
You can either wait for them to merge or fork the repo (and then I will do a PR in that fork to resolve this issue)