Skip to content

Releases: knoxfighter/intellij-factorio-autocompletion

v1.3.2

10 Dec 15:00
Compare
Choose a tag to compare

Added

  • Compatibility with jetbrains IDEs 2020.2.*

v1.3.0

22 Apr 15:36
Compare
Choose a tag to compare

Added

  • Compatibility with jetbrains IDEs 2020.1.*

v1.2.2

27 Feb 23:39
Compare
Choose a tag to compare

Fixed

  • endless "Download Factorio LuaApi" on startup
  • download of lualib and core prototypes failed

v1.2.1

18 Jan 16:54
Compare
Choose a tag to compare

Fixed

  • Added missing log() and table_size() functions
  • Defines-Table is now available again (was defined local)
  • functions and variables inside base/core Prototype definitions are not shown in autocompletion anymore.

v1.2.0

15 Jan 18:07
Compare
Choose a tag to compare

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.

v1.1.1

30 Dec 13:01
Compare
Choose a tag to compare

Fixed

  • Global Variable where defined local

v1.1.0

28 Dec 14:39
Compare
Choose a tag to compare

Added

  • JSON Schema for info.json
  • Autocompletion for Prototypes (other autocompletion mostly deactivated)
    • completion for prototype field (only names)
    • completion for the type literal
  • Compatibility with Jetbrains 2019.3 IDEs