Visual studio tag highlighting feature is missing!
I need a little assistance with regards to my visual studio IDE. There is this feature in aspx markup pages to highlight the matching tags when you click on them.
开发者_如何学运维 <td style="height: 25px" align="right">
Invoice Total:
</td>
e.g. the two td tags should be highlighted when i click on one of them.
My IDE seems to have messed up and that feature is no longer available. Anybody know how to activate it again? I tried some options in the Text Editor configuration but didnt really find a solution. Help is appreciated!
/Bumble Bee
Tools -> Options. In Options window select TextEditor -> General. On right pane check "Automatic delimiter highlighting". this should help you.
精彩评论