A clangd_client plugin cbPlugin package is available for the 31 December nightly at:
https://sourceforge.net/projects/cb-clangd-client/files/Download the clangd_client.cbplugin file.
In CodeBlocks MainMenu=>plugins=>Manage plugin=> disable CodeCompletion .
Navigate to the downloaded file (clangd_client_plugin.zip) and unzip it to a temporary folder.
Copy the clangd_client.zip file to the CodeBlocks nightly ...\share\CodeBlocks\ folder.
Copy the clangd_client.dll file to the CodeBlocks nightly ...\share\Codeblocks\plugins\ folder
Restart the nightly CodeBlocks.
To uninstall, delete the above files from the CodeBlocks Nightly folders.
If you uninstall it using the "Manage plugins" menu , a crash may occur if a workspace is active.
Close the workspace first before uninstalling to avoid the crash.
We'll apply a fix for that soonest.
If you previously installed the clangd_client.cbplugin version, delete it with the commands:
del %APPDATA%\CodeBlocks\share\codeblocks\plugins\clangd_client.dll
del %APPDATA%\CodeBlocks\share\codeblocks\clangd_client.zip
The .cbplugin version became entirely too invasive.
Thanks to AndrewCot.