We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would love to be able to highlight some text and say "evaluate this please". I imagine this to be a "plugin".
My hopes are that since (it seems to me that) ghci is used, this shouldn't be impossible.
ghci
Is this currently feasible, and if yes, where should I look for pointers/documentation on how I would go about trying to implement it?
The text was updated successfully, but these errors were encountered:
@googleson78 we are not using ghci in hls, only the GHC API.
Having evaluation available is definitely something we want, but is not likely to be available soon.
See also haskell/haskell-ide-engine#1257
Sorry, something went wrong.
Merge pull request #51 from ollef/master
8a71bfa
Add support for removing redundant qualified imports
Successfully merging a pull request may close this issue.
I would love to be able to highlight some text and say "evaluate this please". I imagine this to be a "plugin".
My hopes are that since (it seems to me that)
ghci
is used, this shouldn't be impossible.Is this currently feasible, and if yes, where should I look for pointers/documentation on how I would go about trying to implement it?
The text was updated successfully, but these errors were encountered: