Table of content

Code assistence

Like any other code completion in eclipse you start with CTRL + SPACE and you get the proposals.

Supported proposals

Simple word proposals

The document is scanned for already existing words. Those words are available as proposals.

Keyword proposals

All keywords known by bash editor will be added as proposals (bash, GNU, ...)

How to disable code completion or parts?

The different kind of proposals can be turned on/off inside Preferences->Bash Editor.