The colors used for selections and enclosures are identical, or too similar, to properly see what is actually selected.
Suppose you have the following php code:
<?php
foreach ($files as $file) {
echo "Narf!";
}
?>
If you select $files as $file, starting at the end, it will look like you selected $files as $file).
Would it be possible to use a different color to highlight either the selection or the enclosure highlighting?
The colors used for selections and enclosures are identical, or too similar, to properly see what is actually selected.
Suppose you have the following php code:
If you select
$files as $file, starting at the end, it will look like you selected$files as $file).Would it be possible to use a different color to highlight either the selection or the enclosure highlighting?