You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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
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.
The text was updated successfully, but these errors were encountered: