News:

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

Main Menu

Function arguments hints

Started by buzzie114, December 14, 2018, 02:17:38 PM

Previous topic - Next topic

buzzie114

Hello. I am new here, and i am learning c++ programming in code::blocks. My question is how do it enable function argument hints like in the following screen shot
https://gyazo.com/fac42e39b3d56d5bf158379565b01c61.

I tried to find in the settings how to enable it, but didn't find anything. The following screen shot shows what i get when i try to see the hints.
https://gyazo.com/fe9ecc1a3cc3a6f6edf136efd2346bdd

As you can see it only gives me a, b, c, d, etc.  which doesn't tell me much.

Thanks.

BlueHazzard

This comes from the source code of your compiler/framework if your mingw compiler only uses a,b,c,d to define the macro, the hint of codeblocks can only show this. If your framework provider puts nice names into it codeblocks can show them... Nothing we can do here...