-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
evalCurrentFormInREPLWindow without cursor moving to REPL #229
Comments
Hello, thanks for suggesting how Calva can improve! Can you elaborate some on why you want this behaviour? |
|
@grierson @PEZ I've also hit this issue and I would also prefer the cursor to stay in the editor.. Glad I checked the existing issues before creating a new one! 🙂 |
I also hit this problem. It's also very different from how all other REPL-enabled languages work in VS Code, for example in Elixir LS and in Julia LS cursor stays in the editor. The typical workflow is to evaluate stuff from the editor, change it in the editor, and re-evaluate it, so jumping to REPL seems like more of an outlier than normal workflow. Having an ability to disable this behaviour would be highly appreciated :) |
@PEZ I've made a change that keeps the cursor in the editor window when sending forms from the editor window to the REPL window. Testing now and then I'll submit a PR. |
Released! |
When I run the 'evalCurrentFormInREPLWindow' command my cursor moves to the REPL buffer.
Is there a way for the cursor to remain in the text buffer after running the command?
The text was updated successfully, but these errors were encountered: