spring icon indicating copy to clipboard operation
spring copied to clipboard

Add documentation for vaadin properties

Open jcgueriaud1 opened this issue 3 years ago • 0 comments

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: https://github.com/vaadin/spring/pull/635 I didn't add all the value documented here: https://vaadin.com/docs/v14/flow/advanced/tutorial-all-vaadin-properties.html

jcgueriaud1 avatar Nov 23 '20 09:11 jcgueriaud1