Nathan Ridge

Results 1499 comments of Nathan Ridge

VSCode has a setting called `"editor.defaultFormatter"` which controls which plugin is used for formatting. You can set it to something other than the clangd plugin, or to `null`. You can...

As for linting, assuming the diagnostics are coming from clang-tidy, they can be disabled in the clangd config file using https://clangd.llvm.org/config.html#remove-1 (including potentially disabling all of them using `Remove: '*'`).

> `clang-tidy` is not running on my side but sounds `clangd` is embedding some feature of (like it does about formatting capabilities which are supported by `clang-format` too). Yes, clangd...

> if as end user I'm expecting "only" code indexing (navigation) services ... have I a way to do so ? I've already linked to the setting for disabling clang-tidy...

> the issue is that, it still doesnt work Can you be more specific about what doesn't work? * What actions are you taking in your editor * What is...

> Ok the issue lies in formatting a single line. Eg when I was using C_Cpp extension I would just do. `ctrl k Ctrl f` > > And then this...

> [@HighCommander4](https://github.com/HighCommander4) any updates 😅 I'm not sure what sort of update you're looking for. The title of the issue is "it is possible to **disable** clangd from formatting". I...

> it seems that clangd only updates checks every 1 day... is it possible to change this??? Can you give some more details? If you edit a file in vscode,...

If you'd like help diagnosing an error, please share: * A complete code example, in text form * [Clangd logs](https://clangd.llvm.org/troubleshooting.html#gathering-logs) taken with `--log=verbose`

I think this is a duplicate of #300, with [this comment](https://github.com/clangd/vscode-clangd/issues/300#issuecomment-1049149308) describing the current state of things.