Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE support? #80

Open
ice1000 opened this issue Sep 10, 2021 · 2 comments
Open

IDE support? #80

ice1000 opened this issue Sep 10, 2021 · 2 comments

Comments

@ice1000
Copy link

ice1000 commented Sep 10, 2021

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
Copy link
Owner

forax commented Nov 10, 2021

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
Copy link
Author

ice1000 commented Nov 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants