The first one is that attributes such as "disabled" (for e.g. input tags in HTML) aren't selected even though it should be the best match. If I enter "di", it jumps to "dir" as expected, but if I add the letter "s", the focus disappears from the completion list all-together.
The second bug is in the code hint for some PHP functions, like preg_replace. For example, if I enter
Code: Select all
preg_replace(array('/abc/','/123/'),array('cba','321'),$Subject)