đ¤ Enable Auto complete in the IDE
Using $schema
fieldâ
The easiest option is to add the following line in your boyka-config.json
file, if the same is not already there:
{
"$schema": "https://json.schemastore.org/boyka-config.json",
. . .
}
After adding this line, you should be able to see auto complete options when you press Ctrl + Space
Below is an example after enabling auto completion:
tip
You will also see the fields description when you hover the mouse over it.