I see no readily available Google search results that answer this question. What is it, and what is it used for?
I see no readily available Google search results that answer this question. What is
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 a setting to stop the IDE from automatically performing the full range of battery-hungry code inspections in the background as you type.
You should find that with powersave turned on, syntax errors will still get highlighted, but iffy code constructs e.g. missing docblocks, assignment inside conditional statements, etc., will not (assuming you have those inspections enabled). This means that you can save battery power when using your laptop and choose to run the inspections only occasionally by turning power save mode off for a minute or two, or using
Code->Inspect code...to see what needs attention.See
Settings->Inspectionsto find out whether you can live without the specific inspections, which will depend on what language you are using. You can choose to run them individually on demand if you like usingCode->Run inspection by name...if there are specific ones you need. More info here.Naturally, this also applies to RubyMine, PhpStorm, PyCharm, WebStorm & AppCode as well.