Skip to content

Releases: microsoft/vscode-java-dependency

Release 0.7.0

10 Jan 09:33
8478c02

Choose a tag to compare

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

Release 0.6.0

16 Oct 01:59

Choose a tag to compare

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

21 Dec 09:46

Choose a tag to compare

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

16 Nov 08:02
c149b2b

Choose a tag to compare

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

19 Oct 07:33
e22a721

Choose a tag to compare

first release