Inspection settings not stored
I get "redundant local variable" often, because our code style requires returning a variable rather than an expression to foster debugging.
I can suppress these warnings by invoking the "edit settings" quickfix and check "Ignore immediately returned variables".
But it never gets changed permanently: The next time I open the file, the warnings are back again.
I remember there was a similar bug some time ago. Shouldn't it be fixed already?
请先登录再写评论。
If this was reported, I never saw it. It'll be easy to fix, literally just making one variable "public" and the configuration system does the rest. Should be in the next EAP.
--Dave Griffith