Visual C++ Function Description Like in C# -


in c#, if typed console.writeline, intellisense show small tool-tip describes writeline function telling prints line console etc. on other hand, in c++ if type std::cout intellisense same. instead tells functions' overloads , inheritance.

question: how c# intellisense provides me snippet descriptions functions while typing them ? instead of going internet reading description foreach function.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -