Disable / Uninstall plugin without launching Idea
Answered
Is there a way to disable / uninstall plugin without launching Idea?
I installed one of myBatis community plugins and after restart I cannot get in. It freezes.
I see tip of the day, 2 processes running, but spinning gif is frozen. High CPU usage in Service Host.
I will file bug ounce I find out exactly which plugin it is.
Please sign in to leave a comment.
I went to https://intellij-support.jetbrains.com/hc/en-us/articles/206544519 then to folder plugins and deleted plugin.
found mine (installed via toolbox on Mac Os) here
~/Library/Application Support/JetBrains/Toolbox/apps/PhpStorm/ch-0/201.6668.153/PhpStorm.app.plugins
find your plugin in
C:\Users\<UserAcc>\.IntelliJIdea2019.3\config\plugins
and delete folder of your installed plugin
What about from Linux?
See Plugins directory: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#plugins-directory.
On Linux the plugins are locate here: .local/share/JetBrains/PyCharm2023.1/
replace the last part by you IDE and version.
The cleanes way to disable Plugins on a freezing IDE is:
disableNonBundledPlugins.In most cases the IDE will start without any issue.
If some Project opened on startup is causing a freeze, there is also the argument
dontReopenProjects.