Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support properties in YAML files #20

Open
everflux opened this issue Jul 9, 2016 · 7 comments
Open

Support properties in YAML files #20

everflux opened this issue Jul 9, 2016 · 7 comments

Comments

@everflux
Copy link

everflux commented Jul 9, 2016

YAML files are a great way to reduce duplicate/boilerplate property (prefixes) compared to property files.

@AlexFalappa
Copy link
Owner

I admit I'm not using YAML for configuration a lot, so supporting it is a bit low on my priority list.
Much depends on how YAML files are already supported in NetBeans, i.e. If there's already a specialized editor for them. In the latter case I could add configuration properties name and value completion to it.
I will leave this issue open for future reference and as a suggestion if someone would like to step in with a pull request, but don't hold your breath.

@AlexFalappa AlexFalappa added this to the Future milestone Jul 10, 2016
@everflux
Copy link
Author

Thanks for looking into it.
Even when supporting is too much effort, you should look into using YAML when developing SB apps. (I was at first reluctant to do so myself, but it feels so much better than plain property files!)

@XaeroDegreaz
Copy link

I know you said not to hold your breath, but it's been more than a year now and I was curious if this has gained any more consideration from you?

@AlexFalappa
Copy link
Owner

Sorry to disappoint you @XaeroDegreaz but YAML support is still not an easy undertaking, and I develop this plugin in my free time.

Higher priorities are enhance the "intelligence" of completion, a boot application dashboard and endpoints support.

Take into account that once completed the "intelligence" could be reused for an hypothetical YAML configuration editor.

@XaeroDegreaz
Copy link

Thank you for your response.

@Chris2011
Copy link

Adding my 2cents here. We are using application.yaml and application-local.yaml. Only to let you know that :) so yeah yaml support would be great :)

@Saljack
Copy link

Saljack commented May 26, 2023

I just found Netbeans has support for Micronaut configuration yaml code completion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants