hokein added inline comments.
================ Comment at: clangd/clients/clangd-vscode/src/extension.ts:17 +export namespace SwitchSourceHeaderRequest { + export const type = new RequestType<TextDocumentIdentifier, string | undefined, void, void>('textDocument/switchSourceHeader'); +} ---------------- hokein wrote: > Is `textDocument/switchSourceHeader` a built-in support in vscode? Is it > documented somewhere? I couldn't find any official document at > https://code.visualstudio.com. Am I missing anything here? > nvm, just realize that this is an LSP extension implemented inside clangd. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D54781 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits