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

Code completion example 1

How to setup

Inside eclipse preferences you got some options for code assistence:
Preferences page with code completion setup

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