This is a small bugfix release for 0.4.0
It contains the following fixes:
- Fix: Stutter when completing some items inside strings (
:erl
would complete to:erlerlang
) - Fix: Undefined variable names in HEEX templates
- Fix: Erlang remote calls in pipelines did not have their first parameter removed during completion
- Feature: Function names in completions are ordered by name and then arity