AutoComplete is significantly enhanced in Version 4. Rather than having to remember syntax, and type in long tags and filenames, the AutoComplete system in Flux will help you.
AutoComplete can be activated manually using the Esc key, or by checking the box 'AutoComplete after delay' in the Editor section of Preferences.
To try out AutoComplete, open the Code Editor and type in a '<' character, now hit escape (or just wait if you have the 'AutoComplete after delay' preference enabled.)
You will be presented with a list of possible options, which is in context to where your caret is in the code, for example, if you the caret is positioned after <img src="
then the AutoComplete menu will show a list of possible images.
If you are editing a .css file, and the caret is after background-color:
, then you will be presented with a list of colors from the currently selected Swatch.
The screengrab above shows the caret in the src
attribute of an IMG
element. When AutoComplete is activated, Flux will present a list of available images.