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
As a IDEasy-shell-user , I only want exit to be suggested or autocompleted when it would be the only argument.
Actual behavior
exit is completed everywhere and even when there is no character typed. Strangely it also autocompletes to exit when you type a character other than "e".
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Call ide shell
intellij -> intellij exit
intellij -> intellij exit exit exit
Call ide shell
z -> exit
Related/Dependent Issues
Completion of exit only in ide shell was implemented in issue #533
Comments/Hints:
Affected version:
OS: All
Browser: /
The text was updated successfully, but these errors were encountered:
Expected behavior
As a IDEasy-shell-user , I only want
exit
to be suggested or autocompleted when it would be the only argument.Actual behavior
exit
is completed everywhere and even when there is no character typed. Strangely it also autocompletes to exit when you type a character other than "e".Steps to reproduce (bug) / Use Case of feature request (enhancement)
Call ide shell
intellij -> intellij exit
intellij -> intellij exit exit exit
Call ide shell
z -> exit
Related/Dependent Issues
Completion of
exit
only in ide shell was implemented in issue #533Comments/Hints:
Affected version:
The text was updated successfully, but these errors were encountered: