In Eclipse, if I create a new Spring application context XML document when I press Ctrl+Space while inside the "class" attribute, Eclipse will let me browse through Classes that I can use, for example:
..and Eclipse will show java.lang.String, etc.
I've created my own XSD and now I'm making an XML file that references it. My XSD defines a "class" attribute just like the spring-beans.xsd does but I don't get that same type of auto-complete. Any ideas how I can get Eclipse to do that?