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

Implement shell with interactive auto-completion #189

Closed
hohwille opened this issue Jan 23, 2024 · 0 comments · Fixed by #178
Closed

Implement shell with interactive auto-completion #189

hohwille opened this issue Jan 23, 2024 · 0 comments · Fixed by #178
Labels
enhancement New feature or request

Comments

@hohwille
Copy link
Member

For #56 @jan-vcapgemini started finding and implementing an awesome advanced solution based on jline that allows to do auto-completion within the IDEasy process in Java/GraalVM. This also allows showing documentation while doing the auto-completion and has many other really cool and powerful features that developers just love.

We need to create a PR to add this feature after #187 has been merged.

Here we will add a ShellCommandlet that can be started and allows the interactive completion and supports running multiple ide commands with history support, etc. From ide wrapper script (see #63) this will be called via ide shell.
For simplicity the user has to select debug/trace/force/offline/quiet mode when opening the shell (e.g. ide -tof shell) but does not get completion on this initial flags and cannot change them on the fly in the shell.
The "promt" should be named ide but the user only has to type additional arguments:

ide> install mvn
@hohwille hohwille added the enhancement New feature or request label Jan 23, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Jan 23, 2024
@hohwille hohwille linked a pull request Jan 23, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in IDEasy board Jan 30, 2024
@hohwille hohwille added this to the release:2024.02.001 milestone Jan 30, 2024
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
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant