User forums > Using Code::Blocks
How to make code::blocks recognize list initializer in c++?
(1/1)
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
--- Code: ---int x{};
--- End code ---
when I try to use
--- Code: ---x
--- End code ---
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.
Navigation
[0] Message Index
Go to full version