You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument names in function calls will now show up as inlay hints.
Inlay hints are disabled by default, enable by adding this to config:
inlay_hints_enabled: true
Additional changes:
* Add functional API to submit job results to els_server
* Improve completions by extracting argument names from spec.
* Improve completions by extracting argument names from all function clauses.
* Gracefully handle parsing of missing header file
0 commit comments