Releases: knoxfighter/intellij-factorio-autocompletion
Releases · knoxfighter/intellij-factorio-autocompletion
v1.3.2
v1.3.0
Added
- Compatibility with jetbrains IDEs 2020.1.*
v1.2.2
Fixed
- endless "Download Factorio LuaApi" on startup
- download of lualib and core prototypes failed
v1.2.1
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
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
Fixed
- Global Variable where defined
local
v1.1.0
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