does anyone know what I should search for in CTRL-...
# intellij
d
does anyone know what I should search for in CTRL-SHIFT-A (Search for option or action) to find the inspection for unused anonymous parameters, I want to disable it. I find I often don't use all the parameters available
y
to switch off any inspection, press Alt-Enter, then the right arrow key and select the option to switch off from the context menu
d
it doesn't seem to have this option, just a bunch of SUPRESS on the lightbulb that says "rename to _".. none of the inspections below that seem to match
d
I don't think you can turn it off, suppressing for a whole file is probably the closest thing.