Which IDEs support frameworks?

Answered

In order to use most of the functionality provided by my plugin, users need to add support for my custom framework to their modules. I now tried it on Android Studio for the first time and it seems the "Add Framework Support..." action in modules' context menu is not available. Is Android Studio lacking support for this? If yes, are there any other Jetbrains IDEs that lack it?

0
1 comment

Android Studio uses a completely different way of setting up projects than IntelliJ IDEA. Similarly, WebStorm and PhpStorm use a simplified Project wizard that does not support com.intellij.framework.FrameworkType

0

Please sign in to leave a comment.