Does anyone know what plug-in I need with Eclipse to associate an XML file with an XSD schema so that autocomplete is enabled? And also what steps need to be taken?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You don't need any plug-ins. Eclipse does it automatically provided that the following xsi:noNamespaceSchemaLocation attribute is defined. if you want it to complete inside a tag you need to hit control space |
||||
|
|