-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
completion on partial dependencies #98
Comments
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 |
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?The text was updated successfully, but these errors were encountered: