How to open project with path from Intellij Plugin

Answered

Hello!

I need to make a simple plugin for learning purpose. My question is, how to open a downloaded project in IntelliJ IDEA (I have a path of the project) from a Plugin? Can I do that?

0
1 comment
Avatar
Permanently deleted user

Fixed, using code below:

ProjectUtil.openProject()
0

Please sign in to leave a comment.