-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Signature help, document hover, diagnostics don't show up #1302
Comments
Signature help is not yet fully implemented, see #1331. |
Oh, I see. |
Hover and diagnostica should work properly though. Can you try with another typescript project ? |
The documentation popups are fixed in |
Diagnostics should work. You can see if the LSP is working by running helix with the |
This is the log when I run with
|
There's an initialization error when I try with a new typescript project. Reproduction steps
Here's how the project looks:
~/.cache/helix/helix.log
|
Looks like we can't find the workspace root. It currently uses There's some glue code to also consider marker files (e.g. |
Should be resolved by now |
Hello, I finally get
typescript-language-server
to work after following the guide in Troubleshooting.Auto-completion works as expected but not for signature help, document hover or even diagnostics.
signature_help
does not show signature popup or any errors in the log, buthover
does have an error in the log.Reproduction steps
Create a keybinding for
signature_help
only,hover
already hasspace-k
.Triggering
signature_help
orhover
, and none of them shows anything.Only
hover
prints an error as in the log below.Environment
~/.cache/helix/helix.log
The text was updated successfully, but these errors were encountered: