1
0
Fork 0
php-language-server/tests/Server/TextDocument/Definition
Felix Becker c479969758 Add support for definition of static class access (#72)
Getting the definition of TestClass in
TestClass::staticTestMethod();
echo TestClass::$staticTestProperty;
echo TestClass::TEST_CLASS_CONST;
2016-10-12 12:40:13 +02:00
..
GlobalFallbackTest.php References (#52) 2016-10-12 01:45:15 +02:00
GlobalTest.php Add support for definition of static class access (#72) 2016-10-12 12:40:13 +02:00
NamespacedTest.php Add support for definition of static class access (#72) 2016-10-12 12:40:13 +02:00