I'm a programmer (with no LUA experience) and I want to make a small mod for Factorio. One thing that I think makes life 100% better is using a good IDE with typing / autocomplete support. You don't want to spend tracing bugs and finding a typo like
Code: Select all
defines.events.on_research_fnished
However: I can't really find anything on this other then a VSCode extension from 2019. I did find the API website (with a JSON) but is there an IDE/editor that can handle this? How are you guys working with this?
Thanks for any tips!