Skip to content
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

Support JShell? #95

Open
allentiak opened this issue Apr 11, 2018 · 2 comments
Open

Support JShell? #95

allentiak opened this issue Apr 11, 2018 · 2 comments
Assignees

Comments

@allentiak
Copy link

Are there any plans to somehow support JShell (the Java REPL present since Java 9)?

(Not that having a shell terminal inside Emacs is so difficult... In any case, I had in mind commands to allow integration with JShell, like "send-function-to-jshell" or "send-area-to-jshell", similar to what CIDER has for Clojure and nREPL.)

Thanks in advance for your reply!

@mopemope mopemope self-assigned this Apr 26, 2018
@mopemope mopemope added this to To do in meghanada-emacs May 31, 2018
@alhassy
Copy link

alhassy commented Oct 12, 2023

The latest version of repl-driven-development.el gives you a send line to process command, that then echos the results in an overlay next to your cursor, in a tooltip, and in the familiar C-h e messages buffer.

  • You can also insert jshell results as Java executable code and navigate those results interactively.
  • The second-half of the gif below demos these capabilities wrt Java. rdd

@allentiak
Copy link
Author

Thanks for the link, @alhassy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants