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

Key: IDEA-14763
Type: New Feature New Feature
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Taras Tielkes
Votes: 0
Watchers: 0
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:00   Updated: 22 Nov 07 03:57
Component/s: XML editing, J2EE.Spring

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:
Taras Tielkes - 22 Nov 07 03:57
This seems to be a copy of IDEA-14764 - perhaps caused by recent JIRA troubles?