zed-industries / extensions

Extensions for the Zed editor
828 stars 346 forks source link

Add java-extension submodule #1444

Closed Clesy closed 3 days ago

cla-bot[bot] commented 6 days ago

We require contributors to sign our Contributor License Agreement, and we don't have @Clesy on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

Clesy commented 6 days ago

@cla-bot check

cla-bot[bot] commented 6 days ago

The cla-bot has been summoned, and re-checked this pull request!

Clesy commented 4 days ago

@maxdeviant Hey! I’ve added a few new features to the extension:

  1. Syntax highlighting for .properties files.
  2. JDTLS integration.
  3. Currently working on adding commands to run Java files, as well as support for Java tests (TestNG and JUnit) — coming in the next
  4. Planning to add syntax highlighting for pom.xml and Gradle files (in the next update).
  5. Also working on Maven lifecycle integration, which will be accessible via slash commands or other triggers.