vscode-java-dependency

Manage Java projects in Visual Studio Code.

MIT License

Stars
152
Committers
21

Bot releases are hidden (Show)

vscode-java-dependency - Release 0.18.4

Published by CsCherrYY over 3 years ago

Added

  • Show reports when exporting jar. #374

Fixed

vscode-java-dependency - Release 0.18.3

Published by jdneo over 3 years ago

Added

  • Add new unmanaged folder metadata for the project node. PR#479

Changed

  • Rename sorting group 9_sync to 9_configuration. PR#480
vscode-java-dependency - Release 0.18.2

Published by jdneo over 3 years ago

Changed

Fixed

vscode-java-dependency - Release 0.18.1

Published by jdneo over 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

vscode-java-dependency - Release 0.18.0

Published by jdneo over 3 years ago

Added

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

Fixed

vscode-java-dependency - Release 0.17.0

Published by CsCherrYY almost 4 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

vscode-java-dependency - Release 0.16.0

Published by CsCherrYY almost 4 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

vscode-java-dependency - Release 0.15.0

Published by CsCherrYY almost 4 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

vscode-java-dependency - Release 0.14.0

Published by jdneo about 4 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

vscode-java-dependency - Release 0.13.0

Published by jdneo about 4 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

vscode-java-dependency - Release 0.12.0

Published by jdneo about 4 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

vscode-java-dependency - Release 0.11.0

Published by jdneo about 4 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
vscode-java-dependency - Release 0.10.2

Published by jdneo over 4 years ago

Added

  • Integrated the TAS client. PR#260
vscode-java-dependency - Release 0.10.1

Published by jdneo over 4 years ago

Changed

  • Update the vscode-extension-telemetry-wrapper to 0.8.0.
vscode-java-dependency - Release 0.10.0

Published by jdneo over 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

vscode-java-dependency - Release 0.9.0

Published by jdneo over 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
vscode-java-dependency - Release 0.8.0

Published by jdneo almost 5 years ago

Added

  • Support managing referenced libraries in the dependency explorer. #174
vscode-java-dependency - Release 0.7.0

Published by jdneo almost 5 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
vscode-java-dependency - Release 0.6.0

Published by testforstephen about 5 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
vscode-java-dependency - 0.3.0

Published by andxu almost 6 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.