0

Is there any feature on editplus to highlight the closing div when I select the opening div. I know it happens with the opening and closing braces in edit plus, but It would be better if the same could be done with div.

S Kumar
  • 555
  • 7
  • 21
  • I'm not sure you can find the closing or opening div by click `ctrl + }` or `ctrl + {` when your cursor on the opening or closing div. – dinesh Sep 28 '16 at 11:20
  • Thanks a lot pal. It worked. Just keeping the cursor at the beginning or end of opening or closing div and pressing ctrl+{ finds the corresponding closing or opening div. – S Kumar Sep 28 '16 at 11:36
  • This shortcut key of editplus is awesome. Didn't find it anywhere else before. – S Kumar Sep 28 '16 at 11:39
  • Nope i used Edit plus – dinesh Sep 28 '16 at 11:44

1 Answers1

2

You can find the closing or opening div by click ctrl + { when your cursor on the opening or closing div. ctrl + } for curly braces such javascript or PHP coding.

dinesh
  • 181
  • 2
  • 13