Skip to content

0.45.0

Compare
Choose a tag to compare
@fbricon fbricon released this 16 May 14:59
· 855 commits to master since this release
  • enhancement - optionally disable loading Gradle from wrapper and use a specific Gradle version. See #875.
  • enhancement - added Assign parameters to new fields source actions. See JLS#167.
  • enhancement - added code action for adding non existing constructor from super class. See JLS#767.
  • enhancement - use the java.codeGeneration.generateComments preference to generate comments for getter and setter. See JLS#1024.
  • bug fix - fixed extension activation conditions causing some issues. See #914 and #915.
  • bug fix - fixed failing build caused by a bad formatter URL. See #916.
  • bug fix - fixed NPE when closing a renamed file. See JLS#993.
  • bug fix - fixed Signature Help for constructors. See JLS#1030.