Hi,
I have searched some topis here related to the subject but I haven't found the answer. What I would like to reach is that the IDE suggests me at the moment showed in the code below i.a.: abc.substr + list of possible arguments + short description of what substr do. Could you tell me how may I reach that?
#include <iostream>
#include <string>
int main()
{
std::string abc = "hello world";
abc.sub