Skip to content

what can I do now? I have ghcide running. Documentation needed! #875

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

Closed
andrewufrank opened this issue Jun 21, 2020 · 1 comment
Closed

Comments

@andrewufrank
Copy link

I have ghcide running for my project (in VScode) using ghc 8.8.3. It shows errors as I type. Good.

But how to I go from the error message to the line in the code to fix it? I cannot find information how this is done.
What are other functions ghcide provides? Insert type? How? Go to the definition? How?

Could somebody point to where I find this information, and perhaps add it to the READ ME - it is very detailed on how to install on different IDEs, but short on what you can do once ghcide is installed.

I am willing to learn, perhaps even to write documentation...

@ndmitchell
Copy link
Collaborator

I think such information should live on the Haskell Language Server page - https://github.com/haskell/haskell-language-server. As to the questions you ask above, they are all VS Code specific. Goto definition is at https://code.visualstudio.com/docs/editor/editingevolved#_go-to-definition. Insert type isn't provided, unless a link pops up above the line, in which case just click it. Goto error is discussed at microsoft/vscode#52391

I opened #491 to track these points, so closing this one.

@pepeiborra pepeiborra transferred this issue from haskell/ghcide Jan 1, 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