integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
79 stars 9 forks source link

Implement quick fixes #30

Closed fourls closed 3 months ago

fourls commented 3 months ago

As of integrated-application-development/sonar-delphi#215 and release 1.5.0, SonarDelphi outputs automated fixes in a number of cases.

This PR adds support for applying these quick fixes in two ways: via right click on the issue range, and via right click on the issue entry.

One quick fix:

image

image

Multiple quick fixes:

image

image

fourls commented 3 months ago

Rebased on latest master, ready for review ✔️