Intellij Idea - remove the framework

I know how to add support for the framework, but how to remove it? In the Add Support ... dialog box, the current frames are not displayed, so I cannot remove them or anything else ...

In particular, I want to remove support for Google App Engine

I could not find him anywhere ...

My version is 13.0.2

EDIT : clarification: I want to remove the framework support from one project, and not completely from the IDE

+7
intellij-idea
source share
1 answer

Go to Settings (Ctrl + Alt + S) - Plugins and disable the corresponding plugin.

Or you can go to the project structure (Ctrl + Alt + Shift + S) - Facets and remove the corresponding face from the project; from here you can also turn off automatic wireframe detection.

+10
source share

All Articles