Completion not work for application.y*a*ml files
See original GitHub issueAs mentioned here:
Q: Is there an official extension for YAML files? A: Please use “.yaml” when possible.
Currently it looks that the completion only works for .yml files.
https://github.com/spring-projects/sts4/blob/e8f2840966e9bee7ce3948ee4662136e78103862/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml#L44-L57
I don’t know if it’s a bug or Spring convention to only use .yml as file extension. Maybe it would be better to also include support for such .yaml files.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
IntelliJ - Spring Boot - Yaml Completion not working
Hi,. I have been an IntelliJ user for the past 6 years and I sincerely never had an issue which I never solved....
Read more >Spring boot YAML autocomplete support in Intellij Community ...
Autocomplete is not natively supported by IntelliJ for Spring Boot YAML configuration files. There is an open issue for this:.
Read more >Auto completion doesn't work for .yml in idea 2020.3 #18
So I try to fix it by editing plugin.xml, it works for me! First decompress the zip file, and then, update this file:...
Read more >Boost your YAML with autocompletion and validation - Medium
What is this article about. In this article I would provide you step by step how to develop autocomletion and validation for YAML...
Read more >Overview | Docker Documentation
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Looks like
application.yamlworks just as well (I just tried it). So I think it would make good sense to extend the file associations to allow either.ymlor.yaml.(comment in Pivotal Tracker added by Kris De Volder:)
Looks like I messed something up pushing changes. Pushed a old version which has a typo in the package.json. Should be fixed now but I’ll double-check snapshot build before redelivering.