Is it worth it to disable plugins that I’m not using, or is the perf cost negligable on a modern installation (IntelliJ 10.5, modern machine).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.