slynch8 / 10x

10x IDE/Editor
184 stars 34 forks source link

clangd support #1078

Open berksaribas opened 1 year ago

berksaribas commented 1 year ago

Hi!

I think 10x is great in terms of providing a fast coding environment unlike vim, neovim, emacs that takes hours to configure. I appreciate all the work for the parser, but I am used to the editor showing me errors and warnings, as well as full code completion. I am aware that these are features the parser will completely support in the future, but for now having an optional clangd support would cover all of these. Would it be possible to integrate support for it or having a plugin/extension for clangd?

https://clangd.llvm.org/

slynch8 commented 1 year ago

Hi, I don't have any experience with clangd, I'll look into it.