Skip to content

0.1.0

Compare
Choose a tag to compare
@mfussenegger mfussenegger released this 30 Jun 17:04
· 99 commits to master since this release
0.1.0

First tagged release

Since #3 got closed the following features were added:

  • Added a update_projects_config function that causes eclipse.jdt.ls to process changes made to gradle or maven configurations
  • Added a build_projects function that allows to force a rebuild of one or more projects
  • If you visually select one or more properties before triggering the "generate constructor" code action, these fields will now be pre-selected for inclusion as constructor arguments. See #289 for a demo
  • It is now possible to de-select items in the item-selection prompt.

All these features require eclipse.jdt.ls 1.13.0 which was released yesterday. (The last new feature also works with older versions)
One thing to highlight is that eclipse.jdt.ls 1.13.0 requires Java 17 instead of 11.