I am not sure what I am asking/looking for. But......
# intellij
d
I am not sure what I am asking/looking for. But... Is there a way to collect performance metrics (or anything like that) when editing Kotlin code in IntelliJ? I would like to check are there any plugins that I could disable (that I don't need that much) to make IDE more responsive/fast. Or maybe there are settings that I can tune up.
r
A quick-and-dirty way to see if a particular plugin or subsystem is causing issues is "Diagnostic Tools, Activity Monitor".
👍 2