Skip to content

Releases: archenovalis/X4CodeComplete

X4CodeComplete: v1.5.4

18 Jun 19:11
a93efd6

Choose a tag to compare

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

11 Jun 14:53
7e6ff33

Choose a tag to compare

1.5.3 (2025-06-11)

Code Refactoring

  • scripts: add icon and update description and publisher in package.json (5f8940b)

X4CodeComplete: v1.5.2

06 Jun 21:58
3295a70

Choose a tag to compare

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

01 Jun 17:51
c030bc4

Choose a tag to compare

1.5.1 (2025-06-01)

Code Refactoring

  • script: enhance label and action completion with partial text filtering (4a5b8b7)
  • script: enhance label and action filtering with regex fallback for partial text (f79972a)
  • script: implement specialized completion for variables, labels, and actions (7ebdec7)

X4CodeComplete: v1.5.0

01 Jun 15:54
bc1b2d7

Choose a tag to compare

1.5.0 (2025-06-01)

Features

  • scripts: add diagnostics for undefined label and action references (43b1082)

Code Refactoring

  • remove action creation for label diagnostics (f2f1b1f)

X4CodeComplete: v1.4.1

14 May 14:40
d73a2be

Choose a tag to compare

1.4.1 (2025-05-14)

Bug Fixes

  • scripts: skipped references before definition in LabelTracker and ActionTracker (3b872f1)

X4CodeComplete: v1.4.0

14 May 13:47
a1c2333

Choose a tag to compare

1.4.0 (2025-05-14)

Features

  • scripts: implement ActionTracker for AIScript library actions and its references (e481e57)
  • scripts: implement label tracking and completion for aiscript (77f3712)

Bug Fixes

  • scripts: include '(' in variable start index check as valid precedence symbol (e788d6d)

X4CodeComplete: v1.3.3

31 Mar 12:19
7eb1cdb

Choose a tag to compare

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)

X4CodeComplete: v1.3.2

27 Mar 08:47
6e51b9b

Choose a tag to compare

1.3.2 (2025-03-27)

Miscellaneous Chores

  • scripts: implement webpack to make an extensions self-sufficient (1bf131f)
  • scripts: make it started on startup (1bf131f)

X4CodeComplete-Lua: v1.1.1

27 Mar 09:16
765d088

Choose a tag to compare

1.1.1 (2025-03-27)

Bug Fixes

  • lua: language data from ReadText prevents to show the function description itself (d428c25)

Code Refactoring

  • lua: language loading procedure and add reload checkbox into the preferences (d428c25)