Open maxandersen opened 1 year ago
Content assist searches for both groupId and artifactId. info.picocli is listed. I'm not sure what kind of quickfix you're after.
Content assist rarely pops up for me so a quick fix would make for easy explicit lookup?
For performance reasons, content assist for dependencies is triggered via ctrl+space (cmd+space on mac), unless -
or :
is typed, in which case it's triggered automatically
Understood. That's more reason to have access to do explicit Quick fix available on a red line on DEP line. At that time the UI tells you to press quick fix keys not any of the "magic" content assist keys.
Could a quick fix not just be to activate content assist on it?
i really really could use this :)
couldn't a quick fix be added that triggers search/autocomplete?
can the search/lookup for deps do partial search instead of requiring perfect match?
ie. can
//DEPS picocli
have a quickfix to look up "info.picocli" as an option?