Search code examples
intellij-ideapycharmintellij-plugin

Intellij Pycharm: Display Plugins by Installation Time


In Intellij Pycharm: how can I sort the installed plugins by installation time?

Background: since the installation of some plugins, the CPU consumption of Pycharm is significantly higher.

Before I begin to dig into the analysis of the threaddump feature of the CPU plugin, I simply want to uninstall the latest plugins.


Solution

  • What you can do is read this:

    Plugin directory location

    For example, for me the location is:

    ~/.IntelliJIdea2017.3/config/plugins

    You can sort files by last modified date and see which one was installed most recently.