Skip to main content

🤖 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:

IntelliJ auto complete

tip

You will also see the fields description when you hover the mouse over it.