Lua and Teal annotations for Defold
- Install
Defold Buddy
extension orDefold Extension Pack
- Open a Defold project
- You will be prompted to add the annotations into your project
Manual installation
- Install Lua
- Grab annotations from the Releases
- Unzip the archive with annotations inside your Defold project into the
.defold
folder - Modify your settings as needed. Have a look at settings.json that worked best for me
- Enjoy!
- In the IDEA click
Ctrl+Alt+S
to open settings - Go to
Plugins
and install the Luanalysis plugin - Grab annotations from the Releases
- Unzip the archive with annotations inside your Defold project into the
.defold
folder - In the
/.defold/*.lua
files replace all@class
keywords with@shape
keywords. - Enjoy!
Teal annotations contributed by gyxos-logan 🏅