I updated the Scala plugin to 0.35.683 and get new inspection warnings all over the place "Simplifiable operation on collection" - how do I turn this off?
Press Alt+Enter on inspection and choose "Disable inspection". What's wrong with that inspection that you want to turn it off? Can you share examples, when it's false positive?
Also this inspection has quickfix, you can analyze whole project for this inspection, and replace all places by single action.
Press Alt+Enter on inspection and choose "Disable inspection".
What's wrong with that inspection that you want to turn it off? Can you share examples, when it's false positive?
Also this inspection has quickfix, you can analyze whole project for this inspection, and replace all places by single action.
Best regards,
Alexander Podkhalyuzin.
Strange - of course I know ALT-Enter, but it did not seem to work before. It works now with all the options you mentioned and I am used to.
Thanks and regards,
Peter