[TxMt] Objective-C completion vs Bracket Matching
Ciarán Walsh
ciawal at gmail.com
Tue Apr 15 18:04:15 UTC 2008
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.
More information about the textmate
mailing list