I've written an Autocompletition Provider for the Atom.io Editor.
I've added an attachment.
Removed Attachment. Please use Atom.io or GitHub
Its a whole lot of Snippets in cson format. Current version is Factorio 0.13.16.
Factorio version is 0.15.34 and the snippets are replaced with a json file which provides suggestions to whatever fits the first 3 typed characters,
Last edited by Yokmp on Wed Aug 30, 2017 6:52 pm, edited 2 times in total.
How to generate a Suggestions List for a different Version?
There is a folder called autogen.
Here you can use the PHP-script which generates a json File for your GameVersion.
You can change the settings in settings.inc.php.
You also need PHP 5.x or higher.
Please keep in mind that this Script is not testet with PHP7.
To start the Generation open up a Console and type in
It will now download the latest Version's Doc-Files and convert them into XML Files which then get parsed.
After checking everything an api.json File will be written into the lib Directory.
And that's it.
Last edited by Yokmp on Wed Aug 30, 2017 7:09 pm, edited 1 time in total.