-
-
Notifications
You must be signed in to change notification settings - Fork 390
How do I use the Eval plugin? #425
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
Comments
I believe this question is about |
Thanks, it does support "code lens actions"! My issue is rather that I can't find if it's mentioned anywhere that the evaluate thing is a "code lens" and that you're supposed to use the action associated with it. Is it documented somewhere, and if not, would it be alright to put it in the On a side-note if someone is willing to explain/give a pointer: |
It would make sense for me.
Afaik there is no a explicit process to take the decision, it depends on the implementer and varies from case to case. |
Quick'n'dirty PR with readme update: #428 |
@googleson78 does anything happen when you run that code lens action thingy? I'm using |
@tek module Main where
-- >>> 3 + 5 if I do module Main where
-- >>> 3 + 5
-- 8 the |
I'm seeing this in the hls output:
|
My original motivation/issue is now resolved, so I'm closing this. |
I'm using
LanguageClient-neovim
.When I write something like, let's say
-- >>> 3 + 5
the only thing that happens is that the string
Evaluate...
pops up on the right of the comment (as nvim virtual text). I don't know how to interact with this - I only tried acodeAction
and nothing pops up.How do I interact with this via the lsp interface?
The text was updated successfully, but these errors were encountered: