History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-14764
Type: New Feature New Feature
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Taras Tielkes
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

spring + namespaces: completion variants could be contributed for namespace URI and schemaLocations

Created: 06 Sep 07 00:03   Updated: 06 Sep 07 00:35
Component/s: J2EE.Spring, XML editing

Build: 7,255


 Description  « Hide
SpringSchemaProvider already has cached structures containing:
a) namespace URIs for all handlers (both spring "core" as well as third-party - collected from module classpath)
b )schemaLocations for all valid namespace schemas (also collected from classpath)

This data could be used by the XML editor to provide additional completion variants for:
a) namespace declarations + xsi:schemaLocation "keys"
b) xsi:schemaLocation values

This is a minor feature, but is seems a waste not to use the data when it's already available.

I assume this would require an additional extension point (similar to com.intellij.xml.schemaProvider)?



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.