1
0
Fork 0
php-language-server/fixtures
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
..
format.php Linting (#107) 2016-10-24 19:35:37 +02:00
format_expected.php Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
global_fallback.php References (#52) 2016-10-12 01:45:15 +02:00
global_references.php Definition for instanceof class (#117) 2016-10-26 20:56:02 +02:00
global_symbols.php Fix definition for method return type (#76) 2016-10-21 16:51:11 +02:00
invalid_file.php Change fixtures naming convention 2016-09-30 11:38:46 +02:00
namespace_not_first.php Fixes #59: Handle correctly negative endLine in PHP Parser errors (#62) 2016-10-11 10:15:20 +02:00
references.php Definition for instanceof class (#117) 2016-10-26 20:56:02 +02:00
symbols.php Fix definition for method return type (#76) 2016-10-21 16:51:11 +02:00
use.php Add textDocument/definition support 2016-10-09 15:58:39 +02:00