plexsystems / vscode-protolint

A protobuf linter for visual studio code
MIT License
52 stars 14 forks source link

Autofix problems #8

Open torkelrogstad opened 4 years ago

torkelrogstad commented 4 years ago

Is it possible to use this extension to fix autofixable problems?

jpreese commented 4 years ago

As of the latest release, it's not possible. Though it shouldn't be too hard to add with protolint's -fix flag.

Nick-Mazuk commented 2 years ago

Any plans to add autofix?

jpreese commented 2 years ago

protolint has a --fix flag that should do most of the heavy lifting for us, I just have not gotten around to investigating more. But yes! I think the feature has value.