Home > front end >  How to use IDEA to auto complete YAML configurations
How to use IDEA to auto complete YAML configurations

Time:02-08

I am currently working on spring boot and exploring the spring configurations for spring cloud using YAML. I always copy and paste the whole configuration from some source to my project, is there a way that IDEA auto-completes or shows suggestions while writing the spring cloud configurations. please help.

CodePudding user response:

You can use spring assistant plugin

  •  Tags:  
  • Related