Implement textDocument/codeAction to provide quick fixes and refactoring suggestions. Include actions like: add IF EXISTS/IF NOT EXISTS guards, convert column types, add missing indexes suggested by linter, wrap unsafe operations, and extract subquery to CTE.
👾 This issue is managed by Jig. Edits made here will be overwritten.
Implement textDocument/codeAction to provide quick fixes and refactoring suggestions. Include actions like: add IF EXISTS/IF NOT EXISTS guards, convert column types, add missing indexes suggested by linter, wrap unsafe operations, and extract subquery to CTE.
👾 This issue is managed by Jig. Edits made here will be overwritten.