1
0
Fork 0
php-language-server/src
Felix Becker f3b58182b6 Add support for inherited members
in completion, definition, references, hover etc
2016-12-16 01:34:48 +01: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 Add missing property declaration 2016-12-13 02:13:57 +01:00
Protocol Completion (#165) 2016-11-30 22:23:51 +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 2016-12-16 01:34:48 +01:00
ComposerScripts.php Add Index classes and stubs (#214) 2016-12-13 01:51:02 +01:00
ContentTooLargeException.php Add size limit back (#161) 2016-11-18 13:24:26 +01:00
Definition.php Add support for inherited members 2016-12-16 01:34:48 +01:00
DefinitionResolver.php Add support for inherited members 2016-12-16 01:34:48 +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 Index twice to collect dynamic references (#206) 2016-12-13 02:11:29 +01:00
Parser.php Update php-parser to latest commit (#119) 2016-10-26 22:25:24 +02:00
PhpDocument.php Add Index classes and stubs (#214) 2016-12-13 01:51:02 +01:00
PhpDocumentLoader.php Add Index classes and stubs (#214) 2016-12-13 01:51:02 +01: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