JShell Easy
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
Requirements
Requires >= JDK 9 (jshell should be accessible globally)
Usage
ctl + shift + P or cmd + shift + P (Mac)
- Search for
JShell Easy - Start Session
or
- Simply use key binding
ctl + shift + J
Demo
Release Notes
1.0.1
- Windows Support added
*.jsh support Java syntax highlighting using Textmate's java.plist
- Minor performance improvements
0.0.1
- Initial release of the extension. Support inline compilation of Java code using jshell
Repository
Git Repo
Enjoy!
| |