I am using intellij for building spring boot application and i am facing issues in autocomplete in yml files using intellij community edition?
Is there any plugin available for the intellij autocomplete for the yml files
I am using intellij for building spring boot application and i am facing issues in autocomplete in yml files using intellij community edition?
Is there any plugin available for the intellij autocomplete for the yml files
Autocomplete is not natively supported by IntelliJ for Spring Boot YAML configuration files.
There is an open issue for this:
There is no IntelliJ plugin supporting autocomplete for Spring Boot YAML configuration either.
There is a plugin for IntelliJ IDEA Community Edition which might be very helpful with autocomplete and a few more things, here is it's the website: Spring Boot Assistant.
You can get the plugin from the link above or directly from the IDE:
File & rarr; Settings (Ctrl + Alt + S on Windows).
Search for "Plugins".
Go to Marketplace.
Search for "Spring Boot Assistant".
Install it and restart your IDE.