S Kumar
S Kumar

Reputation: 595

How to highlight the closing div in editplus when I click or select an opening div

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.

Upvotes: 0

Views: 938

Answers (1)

dinesh
dinesh

Reputation: 181

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.

Upvotes: 2

Related Questions