1
0
Fork 0
php-language-server/tests
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
..
NodeVisitor Only hold AST for open files in memory (#63) 2016-10-11 14:42:56 +02:00
Server Only hold AST for open files in memory (#63) 2016-10-11 14:42:56 +02:00
Utils Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
FormatterTest.php Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
LanguageServerTest.php Add textDocument/definition support 2016-10-09 15:58:39 +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