Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I recently started using Textmate, and I am loving it. I come from Notepad ++, and there is only one thing I miss: the ability to click on a bracket or parenthesis and highlighting the opening and closing pair.

I know you can see the pairings of a bracket or parenthesis with a keyboard shortcut (command + option + B, I think), but clicking on them is much more faster and convenient. Given that the software has this feature, I thought there must be a setting for enabling click highlighting, but I cant seem to find it.

Does anyone know if there is a way to enable this?

share|improve this question
It would be great if there was a way to make that work! Just auto highlighting is the most efficient way to find the beginning/end of a block... – Johe Green Jul 28 '11 at 1:09
1  
@Johe Yes, it would be great. I posted the question to superuser and offered a bounty, but no one has replied yet... I will post the solution here if someone knows it – agente_secreto Jul 28 '11 at 14:17

1 Answer

Use code folding. Select menu item View/Gutter/Foldings. Click on the little triangle in the border on the left of the window (next to the line number in you also selected View/Gutter/Line Numbers).

share|improve this answer
Thank you Doug. I found it very strange that Textmate didnt have that option. Great! I will try it when I get home – agente_secreto Jun 1 '11 at 12:35
1  
I just tried this, and although it is useful, it is not exactly what I was looking for... I want to be able to highlight pairings of brackets / parentheses just by clicking of them, which i find quicker / more useful than collapsing them, any more ideas? – agente_secreto Jun 3 '11 at 17:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.