Description
Quoting user's feedback:
Add a command to rebuild the project the current active file is part of. Currently, I have to open the pom file and run "Java: Update Project". It would be nice to be able to run that command without having to go open the pom file first.
a command that brings up a list of projects within the workspace, and allows me to select which project to update would be nice. Sometimes I need to update multiple projects (for example, projects that generate code frequently get out of sync) but not all of them. Currently, I either have to choose to update all projects and take a break while that happens, or open the POM file for each project needing to be updated and run "Java: Update Project". Both options kinda suck, so improving this experience would be awesome!