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

[Request] Support for factorio stdlib #5

Open Nexela opened 6 years ago

Nexela commented 6 years ago

https://afforess.github.io/Factorio-Stdlib/

If there is anything I can do on my end to make it easier just let me know.

Yokmp commented 6 years ago

Look at Factorio/doc-html/Classes.html. With this layout the Script doesn't have to convert like hundrets of single files. As for the check IF the user has this lib installed i see no practical way to do this. The Factorio installation has to be found and then the lib itself ... etc pp Its maybe worth thinking about a Fork or Branch. This way i/you could add the stdlib json to the existing one. I'll think about the "How's" and "To's" ...

Nexela commented 6 years ago

Looks like I will have to dig into ldoc some more and see how I can do that :)