forax / pro

A Java build tool that works seamlessly with modules
GNU General Public License v3.0
103 stars 15 forks source link

IDE support? #80

Open ice1000 opened 3 years ago

ice1000 commented 3 years ago

How to work with pro in an IDE? Are we supposed to import the source code in the IDE B hand, or is there a way to export some IDE configuration and "import" a pro project directly (like, with the source/target dirs configured)?

forax commented 2 years ago

Pro comes with it's own JDK so you can specify Pro as your JDK in any IDE. Once you have done that you can use the pro API directly (like any API of the JDK).

ice1000 commented 2 years ago

I mean for Eclipse, there's a certain project configuration format; for IntelliJ IDEA, there is another. I just wonder if pro supports exporting such configuration so we can do this: