No build.xml editor like in eclipse??
Answered
Hi,
Is there any way to get a visual editor for Ant build.xml file (or other build files) ?
Here what you have in eclipse :

And here what you have in Intellij supposed to so on the tech edge :

A hundered kilometers XML file that make it very hard to get anything done fast.
Maybe i miss something or there is a solution ?
Thank you
Please sign in to leave a comment.
anyone please?
There is no visual editor for Ant build files. IDEA provide coding assistance for build.xml, knowing the specific Ant syntax, generating build files and more. For quicker navigation you can use Ant tool window where build.xml file structure is shown or/and also use file structure popup. Please check https://www.jetbrains.com/help/idea/2016.3/ant.html for supported Ant workflows.
this a realy basic feature in any IDE, it allows not only quick navigation, but also building assitance, because it shows all available options to choose from.
Anyway, thank you for your answer, i'm going back to Eclipse.