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
{{ message }}
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
Is there a possibility of jumping to the source code of your project dependencies through 'Go to Declaration' command? It seems like a killer feature to me, is it not supported yet or my setup somehow broken and there is a bug? Using nightly stack resolver.
The text was updated successfully, but these errors were encountered:
There's a technical challenge in jumping to dependencies, due to the simple fact that GHC discards much of source information on compilation and dependencies are almost always compiled. At the moment, I have no idea on how to overcome that in general. Haddock might be an option, and there's some work on ghc-mod that should facilitate that. But for now, this is impossible, unless you're willing to have all dependencies open as Atom subprojects. Then hasktags should work with that, for the most part.
Is there a possibility of jumping to the source code of your project dependencies through 'Go to Declaration' command? It seems like a killer feature to me, is it not supported yet or my setup somehow broken and there is a bug? Using nightly
stack
resolver.The text was updated successfully, but these errors were encountered: