
|
If you were logged in you would be able to see more operations.
|
|
|
|
There is the http//www.springframework.org/schema/tool namespace with tags for annotating schema elements for custom namespaces with meta information. This information can cover about 80% of typical cases needed for namespace tooling like completion and navigation of custom tags, without authoring non-trivial custom IDE plugin.
Enhance Spring IDE to support http//www.springframework.org/schema/tool xsd annotations
|
|
Description
|
There is the http//www.springframework.org/schema/tool namespace with tags for annotating schema elements for custom namespaces with meta information. This information can cover about 80% of typical cases needed for namespace tooling like completion and navigation of custom tags, without authoring non-trivial custom IDE plugin.
Enhance Spring IDE to support http//www.springframework.org/schema/tool xsd annotations |
Show » |
|
1. Recognize xml elements of types extending beans:identifiedType as Bean definition
and discover bean type and name based on tool:exports element (handle "type" and "identifier" attributes of tool:exports element)
2. Provide completion and navigation to xml annotated with tool:expected-type to spring beans definitions visible to config set.
3. Java Types completion and navigation to xml annotated with tool:expected-type=java.lang.Class and use tool:assignable-to to narrow proposals