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

Implement Signature Help #6

Open
CFiggers opened this issue Oct 13, 2023 · 1 comment
Open

Implement Signature Help #6

CFiggers opened this issue Oct 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@CFiggers
Copy link
Owner

Janet LSP should be able to respond to Signature Help Requests from LSP clients.

This would involve, at minimum:

  • Adding a :signatureHelpProvider key to the :capabilities map in src/main.janet
  • Adding a "textDocument/signatureHelp" case to handle-message in src/main.janet
  • Adding a on-signature-help top level function in src/main.janet
  • Implementing signature help logic (possibly in a new .janet file in the src directory)
@CFiggers CFiggers added the enhancement New feature or request label Oct 13, 2023
@CFiggers
Copy link
Owner Author

CFiggers commented Jan 9, 2024

MVP delivered with #14 .

Further improvements: identifying current parameter while typing.

@CFiggers CFiggers closed this as completed Jan 9, 2024
@CFiggers CFiggers reopened this Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant