-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
50a7560b7 (dev), 3e4fb204b (6.6)
Search the LSP for quick fixes and, if it exists, implement it in qmlls. I believe qmllint already supports something similar.
Also, check if you can apply all quick-fixes at the same time.
See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeAction for more infos, search for CodeAction and source.fixAll.
Also take a look how it works on the clangd lsp side.