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?

patrick
  • 1,273

1 Answers1

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

patrick
  • 1,273