1
0
Fork 0
Commit Graph

9 Commits (61f25c0bdb33dfb28b8aa8fa4a7e9e4dfa8f755c)

Author SHA1 Message Date
Felix Becker 61f25c0bdb TextDocumentTestCase -> ServerTestCase 2016-10-18 20:37:54 +02:00
Felix Becker b69cd086c7 Use getDefinitionLocation() 2016-10-18 19:49:49 +02:00
Felix Becker acb9f0eb47 Remove custom setUp() 2016-10-18 19:25:22 +02:00
Felix Becker 6019b023e9 Don't use json_decode in symbol tests 2016-10-18 19:17:05 +02:00
Felix Becker 2980941fd1 Use SymbolKind::FIELD for class fields (#78) 2016-10-14 09:02:42 +02:00
Felix Becker 15e004fb9b Only hold AST for open files in memory (#63)
* Only hold content for open files in memory

* Add test for didClose

* Remove invalid URI formatting test

* Don't keep AST in memory

* Fix symbol search crash

* Change Project map to FQN => URI

Removes PhpDocument::load(), isLoaded(), unload()

* Add docblocks

* Rename some functions

* Extend documentation

* Correct docblock
2016-10-11 14:42:56 +02:00
Felix Becker 6be53ad658 Use DefinitionCollector for symbol requests 2016-10-09 15:58:39 +02:00
Felix Becker d4757e0a24 Add textDocument/definition support 2016-10-09 15:58:39 +02:00
Felix Becker 987308fc0a Refactor TextDocument tests into separate classes 2016-10-09 15:51:42 +02:00