User forums > Help
Help me understand AutoCompletion and ...
dmoore:
After I fixed the missing semi-colons in your example, code completion worked fine for me for both v and f. (It did not until I did that)
mmccarty12:
Those were not errors, they were deliberately left in that state to show where the AutoCompletion popup should come up and didn't for the two examples.
That still does not help solve my problem in any event. I am trying to figure out why my AutoCompletion is not working correctly and you decided to play school marm and correct my homework. Try something more helpful next time, like where I should go besides where I have already gone in my IDE setup.
dmoore:
"In your typedef, young man" corrected the School Marm.
(And make sure you save and compile -- I can't remember what is needed to trigger a reparse, but a save alone usually does it)
dmoore:
In general, it doesn't help us to tell us your what your settings etc are if you are using broken code or a broken setup. CC should just work on a clean setup with libraries in places that the parser can find them.
1. Are you working from a clean install of CB with a clean CB configuration? If not, try that.
2. Are you trying to get CC working from a single standalone source file or in a project? If the former try the latter, because at least historically, CC typically works better for properly configured projects. (For e.g., CC uses project search directories to find headers)
3. Make sure you are doing your testing on the simplest possible project that you can successfully build and run.
As stated already, C::B's CC is far from perfect, but it should at least get you a decent amount of wx and the Standard Lib.
Jenna:
--- Quote from: mmccarty12 on September 05, 2013, 03:20:48 pm ---Those were not errors, they were deliberately left in that state to show where the AutoCompletion popup should come up and didn't for the two examples.
That still does not help solve my problem in any event. I am trying to figure out why my AutoCompletion is not working correctly and you decided to play school marm and correct my homework. Try something more helpful next time, like where I should go besides where I have already gone in my IDE setup.
--- End quote ---
Please try to feel not offended and don't get offending yourself !
Your code misses two semicolons (as dnoore wrote) and with this semicolons cc works correctly for me (adn obviously dmoore) and without them it does not.
Did you really believe dmoore does not recognize the deliberately missing semicolons at the lines the autocompletion did not work for you ?
Please do not blame the IDE or CC, even if it is far from being perfect (as written before), if it can not parse incorrect code.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version