Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for inlay hints #1504

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Add support for inlay hints #1504

merged 1 commit into from
Apr 22, 2024

Conversation

plux
Copy link
Contributor

@plux plux commented Apr 22, 2024

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:

  • Add functional API to submit job results to els_server (Fixes Hide message passing behind a functional interface #1334)
  • 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

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
@plux plux merged commit 0543c32 into main Apr 22, 2024
10 of 12 checks passed
@plux plux deleted the inlay-hints branch April 22, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide message passing behind a functional interface
1 participant