You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
For #56 @jan-vcapgemini started finding and implementing an awesome advanced solution based on
jline
that allows to do auto-completion within theIDEasy
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 multipleide
commands with history support, etc. Fromide
wrapper script (see #63) this will be called viaide 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:The text was updated successfully, but these errors were encountered: