The HOCON Configuration File Editor is a validating HOCON editor that is aware of the structure that defines the HOCON syntax of StreamBase configuration files.
The HOCON Configuration File Editor has the following features:
-
Typechecks your configuration file as you compose or edit it.
-
Provides syntax color coding.
-
Provides autocompletion of keywords when you type part of the name and press Ctrl+Space.
-
Provides content assistance, which is a context-aware proposal of keywords and values valid for the current location in the file when you place the cursor after an open brace and press Ctrl+Space.
See HOCON Configuration File Editor for instructions on using the Editor.