For eg, if I type in the following, I get no tooltips, even if I hit Ctrl+Shift+Space:
Code: Select all
std::ifstream ifs();
Code: Select all
std::ifstream ifs();
If you are a compiler than yes, its transparent.drauthev wrote:And what's the reason behind that? A typedef should be transparent I think.