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
Generate .hie files for your dependencies by putting something like the following in your cabal.project file (an equivalent method for stack should exist) and rebuilding.
Index the hie files by navigating to the root of your project directory (usually the directory with the hie.yaml file) and executing
$ ghcide hiedb index path/to/directory/with/hie/files
Enjoy go to definition for dependencies!
The branch is pretty stable at this point, but there still might be some rough spots. If you encounter any, please open an issue on my fork.
(This doesn't work for ghc boot libs since hie files for those a bit hard to come by unless you compile ghc yourself. I'm working to change this for ghc 9.0)
Apologies if the issue already exists, I am just submitting it from Reddit so that it doesn't get lost: qualiaqq's post
The text was updated successfully, but these errors were encountered: