开发者

Do IntelliJ plugins take a significant amount of memory?

开发者 https://www.devze.com 2023-04-02 20:40 出处:网络
Is it worth it开发者_Go百科 to disable plugins that I\'m not using, or is the perf cost negligable on a modern installation (IntelliJ 10.5, modern machine).It\'s worth disabling plug-ins that you don\

Is it worth it开发者_Go百科 to disable plugins that I'm not using, or is the perf cost negligable on a modern installation (IntelliJ 10.5, modern machine).


It's worth disabling plug-ins that you don't use, but not to save memory. Disabling them will give you cleaner UI without unnecessary menu options and settings.

Performance wise, you will not gain much on a modern hardware as IDEA uses lazy loading and initialization, it will not load plug-ins that are not used in the current project.

0

精彩评论

暂无评论...
验证码 换一张
取 消