Small bug with IPP 0.8
No matter where I put the cursor, I can't trigger the "remove
unnecessary parentheses" intention with the following code:
if (!((a || b))) {
// Do something
}
Thanks for all your hard work for the community!
Robbie
Please sign in to leave a comment.
Wierd. It works with InspectionGadgets. I'll see what I can do.
--Dave