How to open project with path from Intellij Plugin

已回答

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
Avatar
Permanently deleted user

Fixed, using code below:

ProjectUtil.openProject()
0

请先登录再写评论。