Skip to content

Replace clang-format, clang-tidy, etc. with clangd #12

Description

@fbaeuerlein

Possible settings.json configuration

"clangd.semanticHighlighting": true,
"clangd.checkUpdates": true,
"clangd.arguments": [
    "-clang-tidy",
    "--compile-commands-dir=${workspaceFolder}/build",        
    "--header-insertion=iwyu",
    // "--suggest-missing-includes", 
    "-log=verbose"
]

Seems not to work currently together with clang-tidy. No errors are displayed (e.g. nullptr deref). Maybe wait for update of ext or vscode.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions