1
0
Fork 0
php-language-server/tests
Felix Becker 03bbf5f4ba Enable LS to operate without accessing the file system (#136)
This PR decouples the LS from direct file system access by implementing the proposals for workspace/files and textDocument/content under workspace/xfiles and textDocument/xcontent. The requests are only used when the client expressed support for them through ClientCapabilities, otherwise direct FS access is used.
This turns document content retrieval and recursive file search into async operations.
In turn, all server handlers can now operate async by returning a promise.
2016-11-14 10:25:44 +01:00
..
NodeVisitor Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
Server Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
Utils Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
ClientHandlerTest.php Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
FormatterTest.php Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
LanguageServerTest.php Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
MockProtocolStream.php Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
PhpDocumentTest.php Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
ProjectTest.php Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
ProtocolStreamReaderTest.php Correct ProtocolStreamReaderTest 2016-11-06 15:59:32 +01:00
ProtocolStreamWriterTest.php Simplify ProtocolStreamWriterTest 2016-10-31 10:23:37 +01:00