Example: if (condition) return true; else return foo; could be replaced with return condition || foo;
Use checkbox to skip warning when '?:' operator is suggested. In this case only '&&' and '||' suggestions will be highlighted. The fix action to replace with '?:' will still be available in the editor.
New in 2018.2