erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
626 stars 136 forks source link

Add support for inlay hints #1504

Closed plux closed 5 months ago

plux commented 5 months ago

Description

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: