This plugin adds auto-completion support for Spring Boot configuration files (application.yml, etc.).
Auto-completion of the configuration properties in your yaml files based on the spring boot's autoconfiguration jars are present in the classpath.
Auto-completion of the configuration properties in your yaml files if you have classes annotated with @ConfigurationProperties , if your build is properly configured .
Short form search & search for element deep within is also supported. i.e, sp.d will show you spring.data , spring.datasource, also, port would show server.port as a suggestion.
Quick documentation for groups & properties (not all groups & properties will have documentation, depends on whether the original author specified documentation or not for any given element).
Please create an issue at GitHub.
Project document