Skip to content

v1.2.0

Compare
Choose a tag to compare
@knoxfighter knoxfighter released this 15 Jan 18:07
· 30 commits to master since this release

Added

  • Autocompletion for require statement. (autocompletes the path to lua files)
  • Download the factorio lualib (https://github.com/wube/factorio-data/tree/master/core/lualib)
  • Type infer is followed the require statements correctly to files. This is based on the two points above :)
  • Autocomplete Prototypes for tables (e.g. LuaForce.recipe[String]LuaRecipe)
  • Autocomplete Prototypes in data.raw table.

Fixed

  • Removed weird indexing of files (only happens now, when finished downloading)

Changed

  • Settings will reload Prototypes and Lualib too.
  • Check for updates is only done, when the Project is opened.