Auto-cleanup for certain code issues

It would be great if FixInsight is able to automatically cleanup the sourcecode. Now a user must f.e. remove or comment out all old (unused) resourcestring that has been left over the last decade or so.

Some cleanup options:

  • Comment out resourcesstring that aren't used.
  • Adding CONST to parameters
  • Maybe add ToDo's for code that can't easily be adjusted automatically.

The cleanup should show all changes it suggests in a list and the user can multi-select all changes (per line of code) that may be executed.