php-language-server
php-language-server copied to clipboard
PHP IntelliSense cant get Definition or References, Cant Map Object Class Instance
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...

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