-
Notifications
You must be signed in to change notification settings - Fork 90
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
Go to library definition #192
Comments
Not yet. It's blocked on ghcide integration, and then ghcide gaining support. |
Only note that the ghcide integration is being done in haskell-language-server. |
@jneira could you explain why this is part of haskell-language-server and not ghcide to help with my understanding? What about this issue, where it says it's already jumping somehwhere https://github.com/digital-asset/ghcide/issues/509 ? Thanks :) |
Haskell Language Server is based on the ghcide fork of mpickering that supports loading multiple components in the same session. This fork is not merged yet, see haskell/ghcide#522. As HLS is more experimental, we move faster and break things faster. That is why HLS currently has more features and especially more bleeding edge stuff. The mentioned issue is about jumping to definitions in the same component, e.g. library component, which already works reliably, afaik. |
Thank you |
I believe the "Go to definition" issue is reported in haskell#192
Thanks for reporting the issue. |
Does this extension support viewing library source files, similar to intellij-haskell via
Go To Definition
?The text was updated successfully, but these errors were encountered: