thymeleaf-extras-eclipse-plugin
thymeleaf-extras-eclipse-plugin copied to clipboard
Thymeleaf integration plugin for the Eclipse IDE
i install success and right click project thymeleaf>Add thymeleaf Nature complet, but editor html file input "th" not any prompt, Do I still need to configure something? thanks
Hi! As a continuation of the #48, I can propose another improvement regarding the restriction feature. Still in the [Dandelion-Datatables](http://dandelion.github.io/datatables) dialect, it can happen that an attribute has no reason...
 It would be great to have some kind of "Thymeleaf Explorer" view in Eclipse. This could be a separate view and/or node in the existing Eclipse project explorer....
The schema that this plugin relies on, and which we share on a public URL for other dialects to make use of, is hosted inside this project. This project, however,...
An addition to the schema, so that we can discourage the use of old processors in newer versions. There are a lot of processors going away in 3.1, marked as...
Hi @ultraq, I was wondering how to properly configure Eclipse to avoid those warning when writing help files, for extra dialects. For example: ``` cvc-complex-type.2.4.d: Invalid content was found starting...
Displaying the attribute's precedence (in the content assist) could be really helpful.
Given these 2 attribute processors: ``` ``` The proposal for the `confGroup` attribute never appears, whereas it works with: ``` ``` IMHO, we shouldn't have to specify the prefix again....
Just like how the plugin can provide expression object suggestions or enumerated value suggestions inside certain attribute processors, provide fragment name suggestions when inside `th:include` or `th:replace` processors. Those aren't...
As an extension to #31, if the fragment implements the new fragment signature syntax, reflect that syntax in the suggestion, maybe even in the result if it's selected.