On 15 Apr 2008, at 13:00, Gerd Knops wrote:
NSFileManager *fileManager=[NSFileManager defaultManager]; if(fileManager fileEx|
Personally I almost always type the closing bracket right after typing the receiver, i.e.
if(fileManager‸)
Press ] and you get:
if([fileManager ‸]
then you can continue to type the method name and completion will work fine.