clangd_client: support versioned executable auto detection
clangd_client: add option to parse only opened files
scriptedwizard : ensure header guard macro is a valid C identifier
Hi Pecan, in rev 13781, shouldn't then change made under textDocument/signatureHelp be done in under textDocument/hover instead?
Issue happens when hover request is sent and immediately after that, editor is switched. When the response comes, active editor is different from the requested editor, but the hover popup is shown. The patch ignores any hover response after editor switch by making sure that owner editor of the request is still the active editor when response arrives.
clangd_client : intermittently hover popup persists after switching editor
Sorry attached wrong file previously