Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find a Matching HTML tag in Coda for Mac OS X

I've been doing web development in Coda recently. It's a really fantastic app, however there are some very annoying quirks. When going through a list of 5 or 6 closing divs I'm trying to find the quickest way to match up the closing tag with it's partner.

Some other IDEs will highlight the brackets<>, others will display a line highlighter. I don't know if there's any way to enable a similar feature in Coda? I'm having to match up the indentations and check myself with Chrome Inspecter, which is a huge pain.

like image 316
Jake Avatar asked Dec 28 '22 15:12

Jake


1 Answers

Try the Zen Coding Plugin for Coda.

Edit:

Zen Coding has been renamed: It is now called Emmet. There is an up-to-date Emmet plugin for Coda on GitHub.

There are various options available in the Plug-ins > Emmet menu, but the quick-and-dirty way to match a start and end tag is to place your cursor within the tag of interest and use the following key combination: D.

like image 139
user456584 Avatar answered Dec 30 '22 08:12

user456584