+1

Make it easier to add an ignore comment

dummzeuch 10 years ago 0
It would be nice to have a method for adding an ignore comment for the warning FixInsight reports on a particular line. E.g. if the for loop variable is not inside the loop, and that's not an error, have a context menu for the warning that opens a dialog for adding a user comment (pre filled if possible) and then adds a
//FI:W528 - <user comment here>
to the line in question.