You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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).
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
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)?
The text was updated successfully, but these errors were encountered: