Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 816 Bytes

File metadata and controls

27 lines (14 loc) · 816 Bytes

X4CodeComplete and X4CodeComplete-Lua

This is a Visual Studio Code extension for the game X4: Foundations. It provides code completion for the game's script properties and Lua functions.

More information about each extension can be found in their respective README files.

X4CodeComplete

README

X4CodeComplete-Lua

README

Original Release Notes (thank you Cgetty)

1.0.0

Initial release. Supports scriptproperties.xml autocomplete

1.0.1

Major improvements; now has configuration & generates the entries at startup from scriptproperties.xml, removing the need for rerunning a python script when scriptproperties.xml updates.

1.0.2

Hopefully, no more duplicate suggestions. Also, Peek/Go to definition for script properties!