Skip to content

Releases: philippejer/vala-language-server-alpha

1.0.4

20 Nov 12:13
Compare
Choose a tag to compare
  • Fix issue with Meson command failing under MinGW because the wrong GLib helper process is used (see
    #3 and #7).

1.0.3

28 Oct 12:23
Compare
Choose a tag to compare
  • Fix bug where some static members are not in the completions (e.g. float.max()).
  • Disable rename when there are compiler errors.
  • Add support for auto-insert of parentheses in method completion.
  • Improved "resilient" parser mode with the '-exp' compiler fork (missing identifiers).

1.0.2

25 Oct 10:24
Compare
Choose a tag to compare

Better handling of the vala-language-server.json config file fallback (supports directories now).

1.0.1

24 Oct 10:48
Compare
Choose a tag to compare

Fix possible infinite loop in modified Vala parser.

1.0.0

24 Oct 10:46
Compare
Choose a tag to compare

First release (MinGW-w64 only).