How to Use Autocomplete in the DVT Eclipse IDE
Description
Autocomplete provides a context-sensitive list of
proposals for partially entered text. This helps you write accurate code fast. It works for all language constructs.
Explore the design and verification tools: https://www.dvteclipse.com
Or request a license: https://www.dvteclipse.com/request-license
Transcript
Manually Triggering Autocomplete
Type a few letters and press Ctrl + Space. A list of proposals pops up. The list shrinks as you type. Use the up and down arrows, then press Enter to insert a proposal.
Automatic Autocomplete Trigger
Autocomplete also triggers automatically, for example when you type a dot after an interface. Only variables defined inside the interface are proposed.
Context-Sensitive Autocomplete
Autocomplete is context-sensitive. Only valid proposals in the current scope are suggested.
Autocomplete for All Constructs
Autocomplete works for all constructs. For example, type a backtick and select a macro.
Using CamelCase Autocomplete
Typing long descriptive names is cumbersome. Use CamelCase Autocomplete to speed up typing.