When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
thx for the reply.yes, I use the LLVM win64.exe one.I'm not sure what compiler toolchain you mentioned means, but if it's compiler used in cb, it's gnu gcc compiler.
hello, first time here.I followed the wiki page to enable the Clangd plugin, but the code completion is not working.Is there something I am missing?I'm using build 13539 on windows.
clangd --version
gcc --version
Run these commands:Codeclangd --versionCodegcc --versionto get the versions.
Quote from: Michael Agarkov on October 12, 2024, 01:35:54 pmRun these commands:Codeclangd --versionCodegcc --versionto get the versions.thx for the reply.the clangd version is 18.1.8as for the gcc version, I don't know why the terminal says it can't identify "gcc". If I don't have it, how did I compile in cb?
GCC used by C::B is located in settings (see screenshot), did you install GCC seperately or did you install C::B bundled with it?
Quote from: Michael Agarkov on October 12, 2024, 03:13:30 pmGCC used by C::B is located in settings (see screenshot), did you install GCC seperately or did you install C::B bundled with it?thx for the reply. I install cb with the compiler.
Go to C:\Program Files\CodeBlocks\MinGW\bin and run:Codegcc --version
I think your problem might be the same as in https://forums.codeblocks.org/index.php/topic,24357.msg169412.html#msg169412