I have a Mouse.cpp class, and a mouse instance as external in my Code::Blocks project to access the mouse from various classes.
When I write mouse-> (mouse is a shared_ptr) the text doesn't autocomplete with the mouse available methods.
The same happens for instance with screen.
screen->talk_one_line("You are poisoned!");
screen-> doesn't autocomplete anything.
It would be a nice help to have this working.