clangd / vscode-clangd

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

simple example repository #146

Open DBJDBJ opened 3 years ago

DBJDBJ commented 3 years ago

Can we please have a "simple example" that we can download and use as a starting point?

VSCode clangd "Hello World", a project I suppose.

Also, there is a LOT of us using VisualStudio clang installation so there might be a branch for us in that repo

Thanks

ps: without this extension, I would never know clangd exists in the first place. pps: definitely no CMake please, just VS Code, this extension and clang toolchain

ItsCubeTime commented 3 years ago

Im also in favour of this, something that showcases all the not-so-obvious features and config options of clangd and how it can be used nicely along with other LLVM (and maybe some non LLVM) tools for a complete working environment.

I can tip op reading: https://clangd.llvm.org/config.html and running clangd --help as well as checking out the clangd settings for the extension.