XCode4 Intellisense don't work...
Hello community!
I've one project started on xcode3. On this version of xcode, the intellisense works very well..
I've upgraded my xcode to the new version (4) and the intellisense don't work anymore....
When i pressed ESC key from my keyboard, the intellisense only displays methods and attributes from my current class...
example:
i started type:
-(float)table....
and i pressed ESC key. The Intellisense only did sugest the option -(float)tableview and not show the many methods started by -(float)table....
Please, i need solve this problem.
Sorry my english errors!
Thanks!
|