Maven dependency in quick fix
I would like the option to insert maven dependencies into the pom.xml when an import is not able to be resolved. I'm sure you could also extend this beyond java.
I enjoy the quick fix feature, but the only thing it doesn't really fix is dependencies.
It shouldn't be too hard to pull up a maven central search and have it automagically grab the <dependency> and put it in the pom.
2
votes
Daniel Remsburg
shared this idea