You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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