Brandon Ringe
Brandon Ringe
Well, if your repl were missing cider-nrepl, you should see this message when you try to run tests (unless maybe you're on an old version of Calva): ```clojure ; The...
Thanks for the report. I believe this is by design / intended. Calva only does highlighting on the part of the active editor that is in view for performance reasons....
If the file is active it should be highlighted (colored) as you scroll. Can you provide a video/gif of this happening? When you say you make a change and then...
Thanks for taking the time to provide the gif. Which version of Calva are you using? And what's the name of the command you're running? I can't replicate with the...
> Evaluation of the form (in the file you are editing) somehow sets the active window to the REPL/Output window @PEZ Do you know off-hand why this happens? Is this...
Once the above PR is merged and deployed, the workaround above won't be needed. :tada:
@CasualGitEnjoyer Speaking for myself, I very rarely type in the repl/output window. Most of my repl workflow happens from the editor. However, this can actually be achieved at least somewhat...
@PEZ You could file an issue here if you want: https://github.com/microsoft/vscode-languageserver-node. It does look like a bug in that lib.
Done: https://github.com/microsoft/vscode-languageserver-node/issues/1105
I think this will be fixed in the next release of the language client lib (8.1.0): https://github.com/microsoft/vscode-languageserver-node/issues/1105#issuecomment-1296951826