Whenever I'm editing a php file, it highlights the end of a string that I'm on... For example:
globalize($_REQUEST, array('return' => STR, 'orderby' => STR, 'direction' => STR));
If I was editing the string above and had my mouse on either of the bold parentheses I marked, the corresponding ending/beginning parenthese will be highlighted. Where can I turn this setting off?
globalize($_REQUEST, array('return' => STR, 'orderby' => STR, 'direction' => STR));
If I was editing the string above and had my mouse on either of the bold parentheses I marked, the corresponding ending/beginning parenthese will be highlighted. Where can I turn this setting off?