Eclipse autocomplete in xml editor

5.6k views Asked by At

How to configure eclipse to autocomplete at least class full path on Ctrl+Space in xml editor? I am using springsource tool suite (its same eclipse), there IDE understands when it is beans config file and auto complete works. But elsewhere in just xml file, this doesn't work :(

2

There are 2 answers

1
Metal Fan On BEST ANSWER

You can try Rinzo XML editor if you like which does what you are asking for:

http://editorxml.sourceforge.net/

Best Regards!

0
tian On

perfect! But I wonder why eclipse Mars do not have "Other Java Proposals" in Java > Editor > Content Assit -> Advanced.

enter image description here