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 :
int variable = 5;
Code completion suggests variable after typing vari :)
TEST CASE 2:
int variable{5};
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.