Can I make Textmate completions ignore capitalisation? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T17:11:58Z http://stackoverflow.com/feeds/question/896065 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/896065/can-i-make-textmate-completions-ignore-capitalisation 1 Can I make Textmate completions ignore capitalisation? nevan 2009-05-22T01:42:58Z 2009-05-25T17:51:58Z <p>I've used Textmate for a couple of years, but for objective-c I'm finding that Xcode is easier. One of the reasons I like Xcode is that I can type "nsui" and it will suggest NSUInteger for me. If I want the same thing in Textmate, I have to type "NSUI" since the start of the suggestion I want is all capitalised. Textmate won't match the start of the completion I want if the capitalisation is different. I love Textmate, but my pinky is getting tired of holding down shift all the time.</p> <p>I'm guessing that the completions in Textmate come from the "Completions: Cocoa" in the bundle. Is there a way to turn off the capitalisation sensitivity in Textmate so that I can type either "nsui" or "NSUI" and get an "NSUInteger" suggestion?</p> <p><strong>Edit:</strong> It looks like it's not possible. I went through the completions support yesterday, and it's possible to get the list of completions from a script (I wrote a script to pull possible completions from the dict/words file) but textmate always seems to compare the case.</p> http://stackoverflow.com/questions/896065/can-i-make-textmate-completions-ignore-capitalisation/897004#897004 1 Answer by neoneye for Can I make Textmate completions ignore capitalisation? neoneye 2009-05-22T09:10:59Z 2009-05-22T09:10:59Z <p>I don't think TextMate is that sophisticated. In the bundle editor you can create a snippet that inserts NSUInteger and has a tab trigger "nsui". If you want it to work for "NSUI" as well, then duplicate the snippet.</p> http://stackoverflow.com/questions/896065/can-i-make-textmate-completions-ignore-capitalisation/907537#907537 1 Answer by Kevin for Can I make Textmate completions ignore capitalisation? Kevin 2009-05-25T17:51:58Z 2009-05-25T17:51:58Z <p>The author Allan is active on the TM mailing list. You might want to ask this one over there.</p> <p><a href="http://macromates.com/community" rel="nofollow">http://macromates.com/community</a></p> <p>Now that you mention it, this one bugs me too.</p>