Remix.run Logo
yoyohello13 20 hours ago

clangd is an LSP. You can use it in any editor with LSP support https://clangd.llvm.org/

hu3 18 hours ago | parent [-]

Why isn't Cursor using this by default then?

dharmab 14 hours ago | parent [-]

I don't think MSVC provides an LSP, so the VSC C++ extension uses proprietary Intellisense features instead. LLVM provides their own extension to use the clangd LSP: https://marketplace.visualstudio.com/items?itemName=llvm-vs-...

In short: Corporate politics and the Cursor team taking the path of least resistance.