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

Add documentation for vaadin properties #689

Open
jcgueriaud1 opened this issue Nov 23, 2020 · 0 comments
Open

Add documentation for vaadin properties #689

jcgueriaud1 opened this issue Nov 23, 2020 · 0 comments

Comments

@jcgueriaud1
Copy link

This add-on should add documentation for vaadin properties that are not bound to a @ConfigurationProperties bean to provide IDE Assistance.

Here is the result before the changes.

  • vaadin.compatibility is not found and IntelliJ adds a warning
  • no IDE Assistance

vaadin_properties_before

After the changes:

  • IntelliJ does not complain anymore
  • IDE Assistance: default value and documentation

after_spring_changes

You can see an example in this PR: #635
I didn't add all the value documented here: https://vaadin.com/docs/v14/flow/advanced/tutorial-all-vaadin-properties.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔖 Normal Priority (P2)
Development

No branches or pull requests

2 participants