Questions tagged [clangd]

clangd is a language server that implements the Language Server Protocol

clangd is a language server that implements the Language Server Protocol

156 questions
0
votes
0 answers

How do I set up clangd for Netbeans 12.1

How do I set up clangd for netbeans 12.1 because I cannot find anything online about setup with netbeans
0
votes
1 answer

Vim Coc error message when executing :CocCommand clangd.install

I have installed vim coc (https://github.com/neoclide/coc.nvim) and clangd for the rest of my machines with no issues. But when I tried to :CocCommand clangd.install yesterday I got [coc.nvim] Failed to install clangd language server: TypeError:…
George B.
  • 565
  • 7
  • 19
0
votes
1 answer

emacs lsp c-mode: Command "clangd" is not present on the path

I want to use Emacs LSP c-mode, but I'm getting the error 'Command "clangd" is not present on the path'. I did the following steps to install: Get lsp package from melpa-stable Get company-lsp from melpa-stable Get ccls using homebrew Add the…
eager2learn
  • 1,447
  • 4
  • 24
  • 47
-1
votes
2 answers

How to setup Neovim with LSP ( Clangd)

I'm tring to set-up neovim for competetive-programming in c++ . And I think showing error while typing code would help me alot thus i need to set-up lsp in neovim, i have tried Nighty Build neovim but i was not working in gnome-terminal so i even…
Gourav Raj
  • 21
  • 1
  • 1
  • 2
1 2 3
10
11