home.social

#clangd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #clangd, aggregated by home.social.

  1. I really hate using VS Code for... well, anything, really.

    Thing is, I haven't yet worked out how to set up #NeoVim and #clangd for #PlatformIO and #Arduino projects. I'm guessing the Pico SDK is going to be equally as awkward when I get around to it.

    Plus, there's no way to get clangd to properly interpret Psion's old 16-bit DOS-influenced C. If LLVM can't compile it, clangd doesn't seem to care about it.

  2. Other projects I use every day:
    #Matrix spec & clients like #FluffyChat and #nheko
    #Bitwarden & #Vaultwarden password manager
    #Neovim text editor
    #clangd LSP

    I'd love to encourage these projects to jump ship, and I celebrate those that do. I am much more likely to provide quality contributions if you host on your own forge, or a free one, and I am sure I'm not alone in this.

    GitHub is hostile to FOSS and, despite giving away lots of free-of-cost stuff I believe ultimately hurts us.

  3. @pythno Try ...
    1. Install #clangd but don't setup LSP. This will disable auto completions.
    2. Use #codelldb for debugging -> igorlfs.github.io/neovim-cpp-d

    #neovim