A simple VSCode extension for running Java code inline using jshell. Code gets executed as soon as there is change in the script in active editor
Requires >= JDK 9 (jshell should be accessible globally)
ctl + shift + P
orcmd + shift + P
(Mac)- Search for
JShell Easy - Start Session
or
- Simply use key binding
ctl + shift + J
- Windows Support added
*.jsh
support Java syntax highlighting using Textmate's java.plist- Minor performance improvements
- Initial release of the extension. Support inline compilation of Java code using jshell
Enjoy!