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

Provide completion for cache name in configuration file #404

Closed
fbricon opened this issue Jul 21, 2021 · 0 comments · Fixed by #408
Closed

Provide completion for cache name in configuration file #404

fbricon opened this issue Jul 21, 2021 · 0 comments · Fixed by #408
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@fbricon
Copy link
Collaborator

fbricon commented Jul 21, 2021

If your code contains

@CacheResult(cacheName = "foo")

Then completion for cache configuration should be able to automatically propose the proper names in application.properties:

quarkus.cache.caffeine.foo.expire-after-access
quarkus.cache.caffeine.foo.expire-after-write
quarkus.cache.caffeine.foo.maximum-size
quarkus.cache.caffeine.foo.initial-capacity

instead of {*}:

Screenshot 2021-07-21 at 10 33 56

See https://quarkus.io/guides/cache#caffeine-configuration-properties

@fbricon fbricon added the enhancement New feature or request label Jul 21, 2021
@angelozerr angelozerr self-assigned this Jul 27, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 2, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 2, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 2, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 2, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 2, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 4, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 4, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 4, 2021
@angelozerr angelozerr added this to the v0.11.0 milestone Aug 4, 2021
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Aug 5, 2021
datho7561 pushed a commit that referenced this issue Aug 5, 2021
Fixes #404

Signed-off-by: azerr <azerr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants