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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.