Hello everyone, I'm beginner
My issue is pretty simple and for you may sound silly, but please help me. Autocompletion in my C::B doesn't work properly. For instance when I write:
sf::Sprite x;
x.
I can't see all x's methods ( for example: move, setPosition etc. ) only a small part of them. I know they are inherited from base class, but I would like to see all available methods ( it would boost my learning speed ).
Please help me and sorry, if this topic sounds stupid for you.