Skip to content
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

Open
maxandersen opened this issue Oct 12, 2023 · 5 comments
Open

completion on partial dependencies #98

maxandersen opened this issue Oct 12, 2023 · 5 comments

Comments

@maxandersen
Copy link

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?

@fbricon
Copy link
Collaborator

fbricon commented Mar 9, 2024

Content assist searches for both groupId and artifactId. info.picocli is listed. I'm not sure what kind of quickfix you're after.

Screenshot 2024-03-09 at 19 49 53

@maxandersen
Copy link
Author

Content assist rarely pops up for me so a quick fix would make for easy explicit lookup?

@fbricon
Copy link
Collaborator

fbricon commented Mar 9, 2024

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

@maxandersen
Copy link
Author

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?

@maxandersen
Copy link
Author

i really really could use this :)

couldn't a quick fix be added that triggers search/autocomplete?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants