$
\
Example:
string.replaceAll("a", "\\b");
After the quick-fix is applied:
string.replaceAll("a", "b");
New in 2022.3