1
0
Fork 0
php-language-server/tests
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
..
NodeVisitor Only hold AST for open files in memory (#63) 2016-10-11 14:42:56 +02:00
Server Add support for definition of static class access (#72) 2016-10-12 12:40:13 +02:00
Utils Allow %-encoded colon after drive letter in URI 2016-10-12 00:53:21 +02:00
FormatterTest.php Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
LanguageServerTest.php References (#52) 2016-10-12 01:45:15 +02:00
MockProtocolStream.php Update 2016-08-25 15:27:14 +02:00
PhpDocumentTest.php Only hold AST for open files in memory (#63) 2016-10-11 14:42:56 +02:00
ProjectTest.php Only hold AST for open files in memory (#63) 2016-10-11 14:42:56 +02:00
ProtocolReadStreamTest.php Update 2016-08-25 15:27:14 +02:00
ProtocolStreamWriterTest.php Global symbol search (#31) 2016-09-30 11:30:08 +02:00