Note: we mostly implement features in the clangd language server, and rely on Microsoft's LSP client framework to expose these in VSCode. Features requiring a lot of VSCode-specific work are unlikely to be implemented.
It is necessary to publish the extension API to npm and yarn for third-party extension use, this can avoid Error: command 'clangd.applyFix' already exists
details discussed is here