clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
594 stars 97 forks source link

Where can I get the list of clangd.argument decriptions? #570

Closed Cupcc closed 6 months ago

Cupcc commented 6 months ago

I don't know how to set it up? Is there any tutorial for novice?

image
HighCommander4 commented 6 months ago

I don't know how to set it up? Is there any tutorial for novice?

A good starting point is probably https://clangd.llvm.org/installation#project-setup

You often don't need anything in "clangd.arguments", but to answer the question in the issue title, you can get a list of options and their descriptions by running clangd --help on the command line.

Cupcc commented 6 months ago

I don't know how to set it up? Is there any tutorial for novice?

A good starting point is probably https://clangd.llvm.org/installation#project-setup

You often don't need anything in "clangd.arguments", but to answer the question in the issue title, you can get a list of options and their descriptions by running clangd --help on the command line.

Thank you Sooo much!