defold-ide

Autocomplete and more for the Defold game engine

1,776

8

Bug Reports

0.3.1

MIT

GitHub

This package provides the following services:

Atom Defold IDE

This package provides hot reloading, autocompletion and in-line API docs for the Defold game engine.

Hot Reload

Just like with the Defold editor, you can press cmd-r to hot reload the current file.

In order for this feature to work, you need to download bob.jar from http://d.defold.com/ and provide the path to it in the package settings. Make sure you always match the version of the Defold Editor that you use.

Autocomplete

Autocompletion is provided through atom-autocomplete-lua.

The API references are automatically downloaded and kept up to date to the latest Defold releases.