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
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. T
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, but
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 the
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 trying