TSedlar / vsc-jvm-build-menu

A menu for JVM build tool interactions and classpath updating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JVM Build Menu

This project aims towards simplifying building modules within VSCode which allows for simpler and more accurate linting.

This project is best used with vscode-javac, javaVSCode, and vscode-Java-Imports

Sample

Preview

Using

  • Create a project by right clicking on the tree and creating a root module or submodule. You can also click 'Configure Java Debug Files' to create launch.json, settings.json, and tasks.json in the .vscode folder.

Preview

  • Right click on an XML file (pom.xml) and choose 'Install POM.' This is usually done after adding a new dependency in a pom.xml file.

Preview

  • Right click on .vscode/launch.json and choose 'Update Classpath (Maven)' This is usually done after adding a new dependency in a pom.xml file.

Preview

License

MIT

About

A menu for JVM build tool interactions and classpath updating

License:MIT License


Languages

Language:TypeScript 100.0%