Improves quick-fix suggestions to work in complicated cases like multiple template arguments.
September 2, 2020
New Version
Features
Added separate "Structural Search" inspections based on language.
Added additional support for C++ - CLion 2020.2 added a new quick-fix which suggested adding a type constraint to local variables declared as auto if the result of a constrained function call was assigned to them. Now this works for more complicated cases, like multiple template arguments.