-
Notifications
You must be signed in to change notification settings - Fork 0
Features
The simplest feature is syntax highlighting for easier reading of the commands.
Simple error checking is in place, recognizing spelling mistakes of commands or missing parameters.

Behaviours of humans are displayed in a readable format.

A helper is also available to easily edit the value. It appears as yellow light bulb when positioning the text cursor on it.

Hovering over a command shows the documentation. This includes a short description and possible pitfalls or help for correct usage. Additionally, parameters and their documentation are listed.

Remembering and filling out the parameter in the right order can be difficult. Signature help (ctrl + shift + space) supports you by telling you the name of the parameter on the current text cursor position. Documentation for it is shown directly below.

Command completion is available (ctrl + space) which takes the current category into account. Partial completion is also possible suggesting only commands that start with the already typed string. Additionally, documentation for the command is shown.

Completion is also available for goals and results, showing the different options including documentation.
