Evening fellow C::B users,
I am usually a Java coder and consequently I have gotten familiar with function autocomplete(suggestions) and therefore am lazy with my ability to use an external API document!
C::B has exactly what i am after when I press 'ctrl+space' on an empty line (it gives a dropdown box with all functions/constants) however it does not include those from my includes; in this case GLUT(FreeGLUT)/OpenGL.
Is there any way to make C::B add these 'included' function calls?
(I've tried to search for this, however haven't been able to find much. Sorry if its been going around for awhile!)
Cheers.
The code completion is not complete at the moment, there are lots of changes happening in the cc_branch.
If you feel brave enough you can build and test that version.
Ahh thankyou! I'll take a look at it =)