Felix Becker
|
f8733c741c
|
Remove PhpParser workaround (#102)
|
2016-10-20 02:13:15 +02:00 |
Felix Becker
|
1e00275e02
|
Hold SymbolInformation table in memory (#101)
|
2016-10-20 02:08:23 +02:00 |
Felix Becker
|
96694996f7
|
Refactor FQN functions to own namespace (#100)
|
2016-10-20 01:00:20 +02:00 |
Felix Becker
|
4db7ffd88c
|
Hover (#50)
* Add hover support
* Use context in DocBlockParser
* Improve DocBlockParser error handling
* Improve hover output
* Add more tests
|
2016-10-19 12:31:32 +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 |
Michal Niewrzal
|
c667f83371
|
Remove unused use statements (#67)
|
2016-10-11 16:23:09 +02:00 |
Felix Becker
|
0387f28759
|
Rename NodeVisitors NS to NodeVisitor
|
2016-10-09 16:03:56 +02:00 |