1
0
Fork 0
php-language-server/tests/Server
Felix Becker 587ddd6596 Add support for definition of static class access
Getting the definition of TestClass in
TestClass::staticTestMethod();
echo TestClass::$staticTestProperty;
echo TestClass::TEST_CLASS_CONST;
2016-10-12 12:26:48 +02:00
..
TextDocument Add support for definition of static class access 2016-10-12 12:26:48 +02:00
Workspace Only hold AST for open files in memory (#63) 2016-10-11 14:42:56 +02:00