T O P I C R E V I E W |
Blake |
Posted - Aug 07 2017 : 6:31:25 PM The code inspection window currently has the following columns: Fixable Level Line Number Code Issue Checker Category
I would like to propose an extra column containing the text of the offending line. Currently I can see something like: "On line 62, a variable could be declared auto", but I can't see what variable it is without going to that line directly.
I only want to convert variables to auto if they're nested or templated types (not usually type* var = new type()), so being able to see the text of the line in the Code Inspection window would mean I could highlight and fix them all there instead of having to look at the source. It would also generally increase confidence in automatically fixing things if you could see them easily before hitting the "Apply Quick Fixes" button.
Thanks, Blake |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 08 2017 : 09:30:04 AM That makes a lot of sense, I have put in a feature request for this to see what our developers make of this:
case=110246 |
|
|