Closed fruffy closed 9 months ago
Some Sublime LSP services have an option to apply all fixes on save or with a command, for example ESLint: https://github.com/sublimelsp/LSP-eslint?tab=readme-ov-file#faq
Is something like this also possible for clangd? How much work would it be to implement it?
Code actions are provided by the server. The correct place to ask is here: https://github.com/clangd/clangd/issues
https://github.com/clangd/clangd/issues/1446
Thanks for the quick reply!
Some Sublime LSP services have an option to apply all fixes on save or with a command, for example ESLint: https://github.com/sublimelsp/LSP-eslint?tab=readme-ov-file#faq
Is something like this also possible for clangd? How much work would it be to implement it?