Releases: zed-extensions/java
Releases · zed-extensions/java
v6.6.0
v6.5.0
What's Changed
- #93 builtin tasks now work on mac & linux regardless of the user's default shell
- #95 the extension no longer requires an internet connection as long as the assets for jdtls, lombok-support and debug-adapter have been downloaded, i.e. the extension has been run with an internet connection before
- #97 we no longer depend on python3 being available on the system to run jdtls
- #98 the debugger now works 🎉
- #106 an issue with spaces in filenames under Windows has been fixed
- #111 we now have textobjects for navigating inside/around classes, methods, comments etc. in vim-mode
There are two upstream changes merged and awaiting release as well:
- eclipse-jdtls/eclipse.jdt.ls#3580 will make signature-help work for all methods
- zed-industries/zed#41187 will make method-completions insert brackets and arguments with tab-support
New contributors
v6.4.0
What's Changed
- Add overrides and update config accordingly by @MrSubidubi in #76
- Allow extension work even if maven is down by @DeityLamb in #75
New Contributors
- @MrSubidubi made their first contribution in #76
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
- Add support for debugger by @DeityLamb in #71
New Contributors
- @DeityLamb made their first contribution in #71
Full Changelog: v6.2.0...v6.3.0
v6.2.0
v6.1.0
What's Changed
- Add support for Java
.propertiesfiles by @notpeter in #60 - Autoclose single and double quotes by @valentinegb in e4dfbda
- Add some configuration for block comments by @valentinegb in 91a032a
New Contributors
Full Changelog: v6.0.4...v6.1.0
v6.0.4
v6.0.3
What's Changed
- Fix jdtls.settings not falling back to
jdtls.initialization_options.settingslike intended by @valentinegb in 166540e
Full Changelog: v6.0.2...v6.0.3
v6.0.2
What's Changed
- Use standard library path structure instead of plain string manipulation by @simuleite in #47
- Fix configuration settings (#43, #42) by @igorechek06 in #52
New Contributors
- @simuleite made their first contribution in #47
- @igorechek06 made their first contribution in #52
Full Changelog: v6.0.1...v6.0.2
v6.0.1
What's Changed
- Correct
lombokSupportin example initialization options inREADME.mdby @peanut996 in #36 - Fix
initialization_optionshaving no effect by @valentinegb in 642da98
New Contributors
- @peanut996 made their first contribution in #36
Full Changelog: v6.0.0...v6.0.1