sublimelsp / LSP-jdtls

Convenience package for the Eclipse JDT language server
https://packagecontrol.io/packages/LSP-jdtls
MIT License
30 stars 4 forks source link

[Feature] Java test support #29

Closed LDAP closed 2 years ago

LDAP commented 2 years ago

Closes #28 Closes https://github.com/daveleroy/sublime_debugger/issues/180

LDAP commented 2 years ago

This PR is ready for review.

It adds multiple commands to run and to generate tests. Major refactoring was necessary to avoid circular imports and large python files.

The test results look like this: image

LDAP commented 2 years ago

I'm merging this now, since I got fixes ready that build on this PR.