Please start your CodeBlocks with the /d parameter so that it shows the Codeblocks debug tab.
Load the project giving you the problem, then after the problem occurs, right click on the "Code::Blocks debug" tab and chose "copy to contents to clipboard".
Paste that into a txt file, zip it up and append it to a message to us so we can try to get a clearer picture of the problem.
« Last post by WilliamLevy onToday at 06:34:47 am »
It seems that enabling DisplayEvents has led to some undefined references, which could confuse developers. This issue is reminiscent of facing hurdles in challenging games like Moto X3M; overcoming obstacles requires clear navigation and precision. Addressing these reference problems promptly can help streamline event handling and maintain a smooth user experience.
everything seems fine here. when I start the project it initially says in the bottom right corner that parsing is paused. then I toggle it by right clicking on the project name, but still autocomplete doesn't work.
This usually happens when the wrong clangd.exe is being used. Please look at MainMenu/settings/editor/clangd_client/tab C/C++ parser and telll us the path of the clangd that you are using.
I disabled the legacy and enabled the clang one but the clang didn't work at all. Also another thing I noticed was that anonymous structs seem to be confusing the code completion. In the added screenshots only one "capacity" should appear, but instead I get multiple because other sub structures have the same variable.