2

I'm used to Dreamweaver but have decided to give Coda a shot. One of the features in Dreamweaver that I use all the time is "Select Parent Tag". When I press the button, it'll go to the parent tag, and select everything inside it, eg

<B> <i> This is some text </i> </b>

if the cursor was between the letters on the word 'some', I press the button, and it would select all the text including the italics. I can press it again and it'll highlight the bold ones too.

Any help you've got would be fantastic.

Cheers

  • Pauly Pops
Pauly Pops
  • 87
  • 1
  • 1
  • 5

1 Answers1

0

I use the Coda plugin Emmet to "Select Parent Tag", as the command was called in Dreamweaver.

Once you've installed it, you can either use the command from the plugin menu (Emmet > HTML > Match Pair Tag (outward)) or the handy keystroke "Ctrl + Shift + D".

Jon Higgins
  • 176
  • 1
  • 3