Skip to content

LuCEresearchlab/vscode-jshell

Repository files navigation

JShell extension for VSCode

Features

  • Adds "JShell" terminal profile which uses the jshell available in $PATH
  • Automatically sets the classpath to the contents of the .vscode/class-path.jsh file (new-line separated entries)
  • Automatically loads the .vscode/init.jsh file, if found in the current workspace
  • JShell configuration in VSCode settings

Screenshot

Install

  • Marketplace
  • Manually (from GitHub Actions)
    1. Download and extract the vsix file from the GitHub actions artifacts
    2. Execute code --install-extension path/to/vscode-jshell-$VERSION.vsix
    3. Open a new VSCode instance