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

Jump to definition can't find definitons outside currently viewed file #347

Closed
greggaree opened this issue Feb 20, 2021 · 2 comments
Closed

Comments

@greggaree
Copy link

I'm using the Haskell Language Server, and I can't jump to definitions in files not being currently viewed. I also can't jump to definitions contained in imported libraries. I see there is an Open issue # 192 about this, but it's unclear if the language server resolved this issue. At one point the README.md file had posted this limitation, but now it has been deleted. According to a poster, the haskell language servers support jump to definition, but they do not do so reliably.

@greggaree
Copy link
Author

I can now jump to definitions outside the currently viewed file. Not sure if it was the result of my changes to some files or a previous bad build. However, I am limited to definitions defined in my project. I still can't jump to definitions in imported libraries. I guess this hasn't been implemented yet. Correct?

@jneira
Copy link
Member

jneira commented Mar 9, 2021

Thanks for reporting the issue,
Yeah, it is not implemented yet , the issue in the lsp server backend tracking the feature request is haskell/haskell-language-server#708

@jneira jneira closed this as completed Mar 9, 2021
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

No branches or pull requests

2 participants