Felix Becker
|
1080d63fcf
|
Remove wait(), async everything
|
2016-11-06 18:36:14 +01:00 |
Felix Becker
|
691a0bddfe
|
Refactor tests for easier changes to fixtures (#87)
|
2016-10-18 10:48:16 +02:00 |
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 |
Felix Becker
|
6fe01183b0
|
References (#52)
* Adds support for textDocument/references
* Adds tests for global definitions and global fallback
|
2016-10-12 01:45:15 +02:00 |