Yokmp / atom-autocomplete-factorio

Factorio Lua API autocomplete for Atom.
https://atom.io/packages/provider-factrio-lua-api
MIT License
2 stars 1 forks source link

Factorio's Lua API autocompletition for Atom.

An autocomplete for Factorios LUA-API 0.18.6.
Their Documentation can be found HERE or under /docs-html in your local Factorio installation.

ScreenShot

The Factorio version in this Package is 0.15.34. To create one for your version please read the [HowTo](#How to create Suggestions for another Version?) below.

If you want to contribute please read the contribution File.

Updates

Known Issues

ToDo

Forum topic - Autocomplete for Atom

How to create Suggestions for another Version?

You need PHP 5.x, so get that first (see below). I didn't test it with PHP7 so expect the script to fail. There is an option to enable debug mode. To enable this, open up the settings.inc.php file and set DEBUG = true This will download both HTML files, converts them, creates the json file and saves everything under

./autogen/builtins.xml
./autogen/classes.xml
./autogen/test.json

How to contribute?

Please read the CONTRIBUTING.md File.