-
Notifications
You must be signed in to change notification settings - Fork 395
CompletionProposal with complete #512
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
Comments
Do you have screenshot or something similar to show how it looks like? |
Sure !
and we can see that when I set complete=false, the cursor stays put and I can press tab again to follow path ; if I use existing file provider I have to press del key to go back and then press tab. |
That would be nice addition. If you have a time please make a PR and we can continue from there! |
Hello, I am providing in my application an ExtendedFileValueProvider which does not stop if comes a directory (i.e. the completion proposal is not complete). Today I had to extended some classes to do this, and I am wondering if it could be included in spring shell.
The aim is to add
complete
boolean field inCompletionProposal
in order to be able to get this value inCompleterAutoConfiguration.CompleterAdapter#complete
:This way the class implementing
ValueProvider
can decide if the proposal is complete or not.Do you think it could be an improvement in spring shell library ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: