question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Completion not work for application.y*a*ml files

See original GitHub issue

As 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kdvoldercommented, Jan 29, 2019

Looks like application.yaml works just as well (I just tried it). So I think it would make good sense to extend the file associations to allow either .yml or .yaml.

0reactions
spring-projects-issuescommented, Feb 5, 2019

(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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found