Content Assist (Autocomplete)

Content assist provides you with a list of suggested completions for partially entered text. Proposals are context dependent and include accessible fields, methods, variables etc. as well as templates for various constructs.

Press Ctrl+Space to trigger content assist.

Content assist is triggered automatically in some contexts, for example when you type in a . (dot) in the editor after a field name which points to a struct.

Proposals are presented in a list for you to chose from. Moving through proposals you can quickly see the related documentation.

Press Enter or click to select a proposal or Esc to cancel the assist.

Example 1

Example 2

Example 3