User forums > Help

Code Blocks variables question

(1/1)

ArthurD:
The code completion in Code Blocks does not suggest/reccomend variables when I initialise them with `{}`
For example

Refer to the attachments to see the code completion by Codeblocks

TEST CASE 1 :


--- Code: ---int variable = 5;
--- End code ---
Code completion suggests variable after typing vari :)

TEST CASE 2:


--- Code: ---int variable{5};
--- End code ---

Miguel Gimenez:
The "legacy" Code Completion plugin has incomplete support for recent C++ standards. If you use a recent nightly then you can enable the Clangd-client plugin instead.

Navigation

[0] Message Index

Go to full version