6

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

Rohan S Raju
  • 426
  • 3
  • 7
  • 20
  • Search for Intellij or in the marketplace. [Spring Initializr and Assistant](https://plugins.jetbrains.com/plugin/18622-spring-initializr-and-assistant) – Elton Sandré Apr 02 '22 at 01:20

5 Answers5

5

Try this Spring Assistant idea plugin

Jay
  • 9,189
  • 12
  • 56
  • 96
1

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.

glytching
  • 44,936
  • 9
  • 114
  • 120
  • install pluggins for : lombok, spring, spring assistant; turn on annotation processor, rebuild your project (and modules) to get new *metadata.json – AlexBee Oct 29 '18 at 05:58
  • You also need to add org.springframework.boot spring-boot-configuration-processor true to your pom.xml – ennth May 23 '21 at 20:01
0

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:

  1. File & rarr; Settings (Ctrl + Alt + S on Windows).

  2. Search for "Plugins".

  3. Go to Marketplace.

  4. Search for "Spring Boot Assistant".

  5. Install it and restart your IDE.

double-beep
  • 5,031
  • 17
  • 33
  • 41
0

Install Spring Boot Helper plugin.

Sky1703
  • 13
  • 3
0

Install Spring Boot Assistant IntelliJ Plugin.