Features of the WML Editor
The plugin contains a full edged WML Editor. It recognizes the .cfg files and opens them
in the WML Editor by default. The Editor supports UTF-8 files not just ASCII ones. The
editor is one of the most important features of the plugin.
Content assist
At any time, when writing WML Code, one could activate the content assist by the CTRL
+ SPACE shortcut. A small inline popup will open showing suggestions on what to complete.
Currently the plugin can auto complete:
- Scenario ids
- WML Tags
- WML Keys
- WML Macros
Each item has a little icon to help the user distinguish between suggestions types.
WML macros
One can view the definition of a WML macro, by hovering / going with the caret over the
call, and pressing F2. A small popup will open showing the macros' definition.
Alternatively, Pressing F3, will open the macro's definition file, so you can modify
it or inspect related macros.