King2500 / idea-php-advanced-autocomplete

Plugin for PhpStorm IDE. Adds auto-completion support for various built-in PHP functions, where parameter is a string literal.
https://plugins.jetbrains.com/phpstorm/plugin/7276-php-advanced-autocomplete
MIT License
61 stars 7 forks source link

can't type $ caracter #10

Closed jenish-unoapp closed 8 years ago

jenish-unoapp commented 8 years ago

whenever I try to write $(Shift+4) from my keyboard it doesn't doing anything and throwing this error in console

NoSuchMethodError: com.intellij.codeInsight.AutoPopupController.invokeAutoPopupRunnable(Ljava/lang/Runnable;I)V

King2500 commented 8 years ago

Are you sure this is caused by this plugin (PHP Advanced AutoComplete)? Does this still occur when you disable this plugin?

Have you also installed "Extended Code Sense"? They have the same issue: https://github.com/ivan-veselovsky/repka/issues/4 https://github.com/ivan-veselovsky/repka/issues/3

jenish-unoapp commented 8 years ago

Yes Its from "Extended Code Sense" and not from this "PHP Advanced AutoComplete" Thank you for the reply.