Vscode Java Dependency Versions Save

Manage Java projects in Visual Studio Code.

0.10.2

3 years ago

Added

  • Integrated the TAS client. PR#260

0.10.1

4 years ago

Changed

  • Update the vscode-extension-telemetry-wrapper to 0.8.0.

0.10.0

4 years ago

Changed

  • Migrate icons to Codicons. PR#241, PR#242
  • The command Create Java Project now will allow users to create a Java project with Maven support (as long as the Maven extension is installed) or a project without any build tools. #199, #249

Fixed

0.9.0

4 years ago

Added

  • A new entry in explorer to add Maven dependencies. PR#230

Changed

  • By default, the explorer won't show the members of the classes. If the users want to show them in the explorer, please set the setting java.dependency.showMembers to true. PR#235

0.8.0

4 years ago

Added

  • Support managing referenced libraries in the dependency explorer. #174

0.7.0

4 years ago

Added

  • Add Collapse All support in the Java Dependencies explorer. PR#198
  • Add file path as description for external jar files in the Java Dependencies explorer. PR#209
  • Add Reveal in Explorer, Copy Path and Copy Relative Path in the Java Dependencies explorer's right-click context menu. #PR208

Updated

  • Open newly created project in the current window when no workspace folder is opened. #180
  • Update the icons in the navigation bar of the Java Dependencies explorer. #197

0.6.0

4 years ago

Updated:

  • Fix: When edit java file, the dependency view failed to auto refresh because of uncaught NPE. #176
  • Fix: Replace deprecated workspace.rootPath api with workspaceFolder. PR#184
  • Fix: Click some tree node in the dependency view will throw icon not found error. #161
  • Fix: Add multiple roots to VS Code and the dependency view didn't list the full projects. #162
  • Enhancement: Apply debounce to the auto refresh mechanism to reduce the refresh frequency. PR#183

0.3.0

5 years ago

Added:

  • Add the ability to show hierarchical package presentation #57.
  • Add Chinese localization #134.
  • Add a "Referenced Libraries" tree node for referenced libraries #14.

Updated

  • Fix: No way to link a resource files back to the project explorer #106.
  • Fix: The click on the the tree node will navigate to the start of comment #124.
  • Fix: The link between dependency explorer and active editor does not work for JDK classes #110.
  • Fix: Class file can't show the symbols in the dependency explorer #35.

0.2.0

5 years ago

Added:

  • Add the support for resource files under resource source folders like src/main/resources.

Updated:

  • Fix: The side bar keeps popping up when a new Java file opens. #83.
  • Fix: No way to link a java class definition back to the project explorer. #80.

0.1.0

5 years ago

first release