Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij Idea - remove framework support

I know how to add framework support, but how do I remove it? In the Add Framework Support... dialog the current frameworks are not displayed so I can't uncheck them or something...

Specifically, I want to remove Google App Engine support

I couldn't find it anywhere...

My version is 13.0.2

EDIT: clarification: I want to remove the framework support from a single project, not entirely from the IDE

like image 235
Moshe Shaham Avatar asked Oct 04 '14 11:10

Moshe Shaham


People also ask

How do I remove a module from IntelliJ?

Using IntelliJ 2016.5, to remove a Maven module and it's underlying source code and remove it as a sub-module from the parent, go to the Project Files tab, find the unwanted module and use the triangle symbol to open it, then delete the entry that represents it on disk.

Is IntelliJ a framework?

IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages.


1 Answers

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

Or you can go to Project Structure (Ctrl + Alt + Shift + S) - Facets and remove the corresponding facet from project; from here you can also disable automatic framework detection.

like image 87
Random42 Avatar answered Sep 21 '22 04:09

Random42