⚠️ Warning
This wiki has been replaced by the wiki on our website. This wiki will be removed in the future.
Tips
This page includes some lesser known tips that don't really fit anywhere else in the wiki.
Support for Hex Colours
The language server supports hexadecimal colour definitions, which allows your editor to display a colour picker.

The colour picker will appear when you define an 8 character hexadecimal value in a string (with no leading #).
Inlay Hints
Inlay hints are little bits of context that can be enabled to appear in your code.

They are disabled by default but we'll walk through how to enable and configure them.
Enable
- If you are using VS Code, configure
editor.inlayHints.enabled to your liking.
- Set
Lua.hint.enable to true
Configure
There are many different settings that let you change when hints appear. These settings can be seen on the settings page.