PHP autocomplete excessively agressive

Answered

Editing the number in an arrays index causes autocomplete to pop open with a list of all variables/classes/methods. Is there any way to completely disable the autcomplete popup when typing in numbers?

For example:
$aResult[2][ $f ][1][] = $i;

Clicking on the "1" and typing "2" causes autocomplete to trigger a full list of variables/methods within the project. None of which have a "2" in them.

Thanks.

2
2 comments

I think it has the same cause as https://youtrack.jetbrains.com/issue/WI-37739
The completion list is being shown when entering numerical values.

0
Avatar
Permanently deleted user

@Eugene Morozov I think you are correct, thank you. I up-voted that issue.

0

Please sign in to leave a comment.