-
-
Notifications
You must be signed in to change notification settings - Fork 319
Tips
carsakiller edited this page Aug 10, 2023
·
3 revisions
⚠️ WarningThis wiki has been replaced by the wiki on our website. This wiki will be removed in the future.
This page includes some lesser known tips that don't really fit anywhere else in the wiki.
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 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.
- If you are using VS Code, configure
editor.inlayHints.enabled
to your liking. - Set
Lua.hint.enable
to true
There are many different settings that let you change when hints appear. These settings can be seen on the settings page.