There are a number of features supported in common IDEA XML editor, but not in Ant editor. For example:
XML shows the completion popup with attributes just after typing a space within a tag construction. Ant requires Ctrl+Space pressing.
XML does not show an attribute in completion list if this attribute is already in text. Ant still shows it.
XML provides completion with Ctrl+Space in not completed closing tag: </ CURSOR. Ant editor does not.
XML provides Rename functionality for a tag (tags are renamed across all document). Ant editor does not.
Please, revise the usage of common XML editor functions in Ant editor.
Description
There are a number of features supported in common IDEA XML editor, but not in Ant editor. For example:
XML shows the completion popup with attributes just after typing a space within a tag construction. Ant requires Ctrl+Space pressing.
XML does not show an attribute in completion list if this attribute is already in text. Ant still shows it.
XML provides completion with Ctrl+Space in not completed closing tag: </ CURSOR. Ant editor does not.
XML provides Rename functionality for a tag (tags are renamed across all document). Ant editor does not.
Please, revise the usage of common XML editor functions in Ant editor.
XML has quick fix for unknown URI. Ant has no.