Rock Solid
Rock Solid

Reputation: 91

How to show "open" and "close" PHP tags in Netbeans?

Netbeans shows corresponding braces like { and } with a different color. Is there a way in Netbeans to find the corresponding PHP close Tag (?>) to an existing PHP open Tag (<?php or <?)?

Upvotes: 1

Views: 1195

Answers (1)

Anthony Hatzopoulos
Anthony Hatzopoulos

Reputation: 10547

Currently (in NetBeans 7.3 Beta), you cannot change or customize the Highlighting through the Tools > Options menu by adding a matching category for the tag. Best you can do is change the color of the syntax color for PHP Open/Close Tag (in screenshot 2)

enter image description here enter image description here

Upvotes: 4

Related Questions