1
0
Fork 0
php-language-server/src
Felix Becker 49245fd4d3 Allow overriding (#229)
* Add missing documentLoader property

* Make PhpDocumentLoader->contentRetriever public
2017-01-04 19:18:14 -08:00
..
Client Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
ContentRetriever Refactor content retrieval (#208) 2016-12-08 01:51:32 +01:00
FilesFinder Files finder (#209) 2016-12-08 02:33:48 +01:00
Index Add Index classes and stubs (#214) 2016-12-13 01:51:02 +01:00
NodeVisitor Support find-all-references for namespaces (#221) 2016-12-17 03:46:08 +01:00
Protocol Support find-all-references for namespaces (#221) 2016-12-17 03:46:08 +01:00
Server Support hover for definitions 2016-12-13 03:18:07 +01:00
ClientHandler.php Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
CompletionProvider.php Add support for inherited members (#218) 2016-12-16 01:40:17 +01:00
ComposerScripts.php Fix stubs location 2016-12-20 13:53:15 +01:00
ContentTooLargeException.php Add size limit back (#161) 2016-11-18 13:24:26 +01:00
Definition.php Add support for inherited members (#218) 2016-12-16 01:40:17 +01:00
DefinitionResolver.php Fix wrong function call in DefinitionResolver 2016-12-24 16:35:20 +01:00
Formatter.php Fix formatting makes LS non-responsive (#153) 2016-11-18 14:25:05 +01:00
IdGenerator.php Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
LanguageClient.php Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
LanguageServer.php Allow overriding (#229) 2017-01-04 19:18:14 -08:00
Parser.php Update php-parser to latest commit (#119) 2016-10-26 22:25:24 +02:00
PhpDocument.php Reset definitions and references on content update (#219) 2016-12-16 23:33:55 +01:00
PhpDocumentLoader.php Allow overriding (#229) 2017-01-04 19:18:14 -08:00
ProtocolReader.php Shutdown when the socket is closed (#191) 2016-11-30 21:10:05 +01:00
ProtocolStreamReader.php Shutdown when the socket is closed (#191) 2016-11-30 21:10:05 +01:00
ProtocolStreamWriter.php Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
ProtocolWriter.php Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
utils.php Completion (#165) 2016-11-30 22:23:51 +01:00