senthilnathan87 / jshelleasy

VS Code Extension - Live editing of snippets using Jshell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Usage

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!

About

VS Code Extension - Live editing of snippets using Jshell

License:MIT License


Languages

Language:JavaScript 100.0%