I dont know if im missing something, or this is normal behaviour, but when i type a quote " the autopair funcionality works fine and automatically the second quote appears "".
But if im writing the quote inside anything autopaired (like, for example, parenthesis) the quote autopair never appears. To be more concrete:
- Code: Select all
$foo = "bar";
the second quote will appear automatically, but if i do
- Code: Select all
if ($foo == "bar") {
i'd to write the second quote manually.
This is normal behavior?
Thanks in advance,
Gonzalo
ps: sorry if this was talked in another topic, i did a search and i cannot find anything related it.