How to associate XML file with XSD file in Eclipse for autocomplete?

4

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?

patrickinmpls

Posted 2010-01-19T23:46:44.590

Reputation: 1 193

Answers

3

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

patrickinmpls

Posted 2010-01-19T23:46:44.590

Reputation: 1 193