I'm not sure what you call this, but when I am completing a function from the std library a hint box pops up and obscures the code I'm trying to write. This is obviously a part of the codeblocks intelisense feature but I can't see what I'm doing when it appears.
For example, if I type in the below.
string mystring;
mystring.find( // at this point, when I open the bracket all the parameter hints appear and block out my view from "find( onwards...? Anyone know how to stop this from happening?
If I knew what to call it I would look it up.
Thanks