You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing AdUsEdPr, phpstorm is able to hint in php code e.g. App\Admin\User\Edit\Presenter or App\AdminUserEditPresenter. Neon plugin is able to hint only App\AdminUserEditPresenter in which all parts of the written string come from classname and not the namespace.
When typing
AdUsEdPr
, phpstorm is able to hint in php code e.g.App\Admin\User\Edit\Presenter
orApp\AdminUserEditPresenter
. Neon plugin is able to hint onlyApp\AdminUserEditPresenter
in which all parts of the written string come from classname and not the namespace.Same issue as in nette-intellij/intellij-latte#151
The text was updated successfully, but these errors were encountered: