Releases: archenovalis/X4CodeComplete
Releases · archenovalis/X4CodeComplete
X4CodeComplete: v1.5.4
1.5.4 (2025-06-18)
Bug Fixes
- scripts: correct typos in comments and variable names for clarity (0f9de3d)
- scripts: correct variable position calculation in variable tracking logic (2821a8f)
- scripts: enhance token parsing and property handling in completion logic for literals (92ae5d5)
- scripts: restore and enhance properties completion logic (efd653f)
Code Refactoring
- scripts: preliminary add variable definition detection for variables - non parameters of aiscript (9b863c2)
- scripts: simplify property building logic and improve token matching (c4f9220)
- variables: enhance variable tracking with definitions and priorities (18ec57c)
- variables: improve variable tracking structure and enhance completion logic (4dfe91e)
Documentation
- bbcode: Update bbcode files (c2132ed)
- bbcode: Update bbcode files (5eae635)
- bbcode: Update bbcode files (4daee79)
- scripts: refine README.md for clarity on Marketplace usage (af6787f)
- scripts: update demo links for version 1.5.4 and enhance version history (b7b678a)
- scripts: update README.md (3406998)
- scripts: update README.md for version 1.5.3 release and installation instructions (4fbb848)
- scripts: update README.md to clarify Marketplace usage (4054949)
- scripts: update README.md to include logo addition and Marketplace details (c40c1dc)
- scripts: update version history to include variable position calculation fix (da2cd07)
- scripts: update version history to reflect restoration of properties completion and variable definitions detection (9b1a1f9)
X4CodeComplete: v1.5.3
X4CodeComplete: v1.5.2
1.5.2 (2025-06-06)
Bug Fixes
- reference: recover reference and rename providers (0201cdb)
Documentation
- README: update version history for 1.5.1 and 1.5.0 to reflect accurate feature descriptions (209d5ac)
- scripts: add missing version entry for 1.4.1 bug fixes (d7d85bf)
- scripts: add video demonstration links for features up to 1.4.1 and 1.5.1 (31f01dc)
- scripts: update README to version 1.5.2 (bd23d1a)
- script: update version history and enhance feature descriptions for clarity (e5a9cb3)
X4CodeComplete: v1.5.1
X4CodeComplete: v1.5.0
X4CodeComplete: v1.4.1
X4CodeComplete: v1.4.0
X4CodeComplete: v1.3.3
1.3.3 (2025-03-31)
Bug Fixes
- scripts: by some reason completion wasn't work inside an xml attributes values on edit (on creation it was working fine) (9d26e7e)
- scripts: vscode types dependency was not comply with engine (8d7075b)
Code Refactoring
- scripts: added basic completion provider for variables (8942f5e)
- scripts: not propose as completion a currently edited variable (exact value) (9d26e7e)
Miscellaneous Chores
- scripts: added logging into the appropriate vscode output instead of console logging by using the winston and appropriate transport (fbdfd2f)