Code completion - de-jcup/eclipse-bash-editor GitHub Wiki
How to start code completion
Pressing CTRL + SPACE opens a simple code completion. All existing words inside document and some wellknown commands are added as proposals
An example

How to setup
Inside eclipse preferences you got some options for code assistence:

Options to enable/disable
- Bash and GNU keywords The keywords used for highlighting inside the editor are published as proposals
- Existing words All words inside the document are published as proposals
When you disable all checkboxes there is no code completion any more