News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to make code::blocks recognize list initializer in c++?

Started by blake, February 28, 2022, 02:23:10 PM

Previous topic - Next topic

blake

I'm new to programming and I'm using code::blocks as my IDE but I found out that code::block doesn't recognize variables initialized with list initializer. For example int x{}; when I try to use x in the next line, it won't show up on the pop-up variable list. Can I change some settings so that code::block would or is it just not possible for technical reasons?

Miguel Gimenez

If you are using Windows you can use the last nightly with the LSP code completion, see this thread.