Vscode Java Dependency Versions Save

Manage Java projects in Visual Studio Code.

0.18.2

3 years ago

Changed

Fixed

0.18.1

3 years ago

Added

  • Add welcome view in Java Project explorer when there is no Java projects in the workspace. PR#461

Changed

  • Apply the new extension icon. PR#462

Fixed

0.18.0

3 years ago

Added

  • Adopt the resource URI API to the Java Project explorer. PR#453

Fixed

0.17.0

3 years ago

Added

  • Add contextual title and icon for Java Project explorer. #396
  • Allow adding library folders into the Referenced Libraries on Windows and Linux (Press Alt or Shift to toggle out the button). PR#434
  • Add test metadata to the nodes which are under test source paths. PR#437

Changed

  • Opening files from the Java Project explorer now has the same experience as the File explorer. PR#426

Fixed

0.16.0

3 years ago

Added

  • Add Update Project command into the project node in explorer. PR#391
  • Add more default keyboard shortcuts for the explorer commands. PR#393

Changed

  • Change the command name Reveal in Java Projects to Reveal in Java Projects Explorer. PR#395
  • Do not show the Java Project explorer in non-Java workspace. #372

Fixed

0.15.0

3 years ago

Added

  • Support exporting jar with custom task. PR#350
  • Add rename into the view context menu. PR#353
  • Add context value for folder nodes in the Java Projects explorer. PR#365

Changed

  • Update the icon of exporting jar. PR#360

Fixed

0.14.0

3 years ago

Added

  • Add a new setting java.project.exportJar.targetPath to specify target path when exporting jar. #330
  • Add delete action into the Project explorer's context menu. PR#343
  • Can trigger New Java Class and New Package actions from the project nodes in the Project explorer. PR#335
  • Can reveal the Project explorer from the Java source file. PR#327
  • Can reveal the Project explorer from the editor context menu. PR#332
  • Add inline buttons for New Java Class in the Project explorer. PR#331

Fixed

0.13.0

3 years ago

Added

  • Add overflow menu and the shortcut for Build Workspace and Clean Workspace commands. PR#308

Changed

  • Refined the context value of the nodes in the Java Projects explorer. PR#311. For more details about how to register commands onto the nodes, see the wiki page.
  • The default package will not show in the explorer any more. #313
  • Improve the explorer layout for No build tools projects. PR#312, PR#210
  • Improve the description for No build tools option when creating new projects. PR#314

Fixed

0.12.0

3 years ago

Added

  • Support creating new packages and types. #78

Changed

  • Reduce unnecessary refreshes when editing a Java file. #283
  • Adopt welcome view for Project explorer in LightWeight mode. PR#300

Fixed

0.11.0

3 years ago

Added

  • Export jar file from workspace folder. PR#271
  • A unified entry to create new Java projects. PR#276
  • Adopt APIs in LightWeight mode. PR#272

Changed

  • Extension is renamed to Project Manager for Java. #248