Skip to content
Release 20.1

* Fix GVlsp .pc file generation
* Avoid multiple compilations at the same time to avoid crash
* Improved method introspection
* Improved Hover information introspection
* Improve SymbolVala type inference
* Meson adds --vapidir for the out dir of --vapi switch
* Initial cancellable implementation
* Initialization will wait until the autoconfiguration
  is done
* Fix re-autoconfigure if no configuration is provided by
  the client, even if it is configuration capable
* For performance reasons, completion is now limited to 20 items
  is up to the client to request completion with partial texts
  in order to return items with them in their names.
* Vala SymbolResolver fixes Constant declaration handling and handle
  source reference null values
* Switch to GtkSourceView 4.0 by default
* Fix GVlsui.SourceCompletionProvider position calculation
* GVlsui.SourceView improve completion response time
* GVls Vala Server now works better on Microsoft Visual Code