Skip to content

Provide completion for cache name in configuration file #404

@fbricon

Description

@fbricon

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions