devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
7 stars 18 forks source link

Provide bash auto-completion #417

Open hohwille opened 1 week ago

hohwille commented 1 week ago

As a IDEasy user, I want to have tab completion for ide command in bash so that I can type faster and avoid typos.

Old solution in devonfw-ide was:

New solution can be simplified significantly since we only need to delegate to ideasy complete -- «completion arguments».