Closed
Description
VS Code has a feature called "code actions" which allows a diagnostic marker (such as a Script Analyzer rule violation) to return a "code action" which can be performed to resolve it. There is currently prototyping underway to add suggested code corrections to some Script Analyzer rules so it should be fairly straightforward to wire this all the way through to VS Code.
I've started on an early draft of this integration, it's in a branch named daviwil/code-actions.