Re: [C/C++] Unable to install and use clangd protocol server

2022-01-19 Thread slipbits
NB 12.5 Win-7-64 cygwin gcc v11 installed under cygwin clang v8.0.1 installed under cygwin clangd v13.0.0 installed under Win-7 Hi (and sorry for being a pest); I'm still having difficulty. 1. clang/clangd downloaded and installed. (no issue) 2. Tools->Option->C/C++->ccls configuration changed

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread antonio
Hi, NetBeans does indeed use ccls[1] or clangd[2] (with a d), not clang. Both of them are LSP Servers for C/C++ (and more languages). You can use these LSP Servers with some other editor (Vim, Emacs, VSCode, etc.). We are trying to recover some of the previous NB<=8.2 C/C++ features, too.

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread slipbits
Thanks; After I followed Bradley Willcott's directions I returned to Tools->Options->C/C++ and found that it (now) contained linkages to clang, not clangd. Before this change the C/C++ options where for ccls and clangd, not clang. You are probably correct in that I downloaded the indexer,

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread antonio
Hi there, The "clangd for Windows" does not have any "clangd-index-server.exe", nor "clangd-indexer.exe", just a "clangd.exe". You've probably downloaded the indexer, not the clangd. Just unzip clangd zip file somewhere in a directory in your disk. If you have this directory in your PATH

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread Bradley Willcott
Try the following: NB: Tools -> Plugins -> Settings: Activate: Netbeans 8.2 Plugin Portal Switch to -> Updates: Click on: [Check for Updates] Switch to -> Available Plugins: Install: "C/C++" plugin Hope this helps. Brad. On 18/1/22 05:17, slipbits wrote: NB 12.5 Windows 7 Cygwin I'm

[C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread slipbits
NB 12.5 Windows 7 Cygwin I'm trying to host all my C/C++ projects on Netbeans (because I like NB) and am having some difficulty. NB tools->options->C/C++ requires either a ccls or clangd protocol server. I downloaded clangd