pro icon indicating copy to clipboard operation
pro copied to clipboard

IDE support?

Open ice1000 opened this issue 4 years ago • 2 comments

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)?

ice1000 avatar Sep 10 '21 04:09 ice1000

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).

forax avatar Nov 10 '21 18:11 forax

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:

  • Build project with pro
  • Pro generates some files
  • Let IDE read these files so it recognize this project and load the dependencies

ice1000 avatar Nov 10 '21 18:11 ice1000