php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

PHP IntelliSense cant get Definition or References, Cant Map Object Class Instance

Open wnunezc opened this issue 5 years ago • 0 comments
trafficstars

this line of code call to function instantiate and store un a class property array:

Core_App::$obj_class['GEN']['VARSMANAGER']->VarExport(Core_App::$obj_class);

but cant get the definition to it like simple call

Test Respository: https://github.com/arcanisgk/test-code-style/tree/master

you can download and test in your localy .... IntelliSense cant reach definition or reference...

image

i have testing it on other editor Like sublime text 3 with sublimephpintel and get it working

image

wnunezc avatar Jun 24 '20 01:06 wnunezc