af552665d5Fix formatting breakage (option 2) PHP_CodeSniffer 3.0 RC4 introduces a breaking change that removes PHPCS from the composer autoloader. This fix addresses the issue by locking to v3.0 RC3.
Sara Itani
2017-03-02 00:52:59 -0800
5fe4272a76add newline
Sara Itani
2017-03-01 18:50:29 -0800
eff02d18e6s/boostrap/bootstrap
Sara Itani
2017-03-01 18:28:49 -0800
3773a2da0aFix formatting breakage PHP_CodeSniffer 3.0 RC4 introduces a breaking change that removes PHPCS from the composer autoloader. This fix adds a bootstrapping step so that we can invoke the autoloader automatically.
Sara Itani
2017-03-01 18:06:11 -0800
e7b04f7518extract symbol information
Sara Itani
2017-03-01 16:14:13 -0800
b1eb43516dupdate definition resolver interfaces
Sara Itani
2017-03-01 16:01:06 -0800
591ecbd7d3Extract static FQN methods to FqnUtilities
Sara Itani
2017-03-01 15:55:29 -0800
df315df04bstart refactoring definition resolver
Sara Itani
2017-03-01 15:41:18 -0800
027801ebbaupdate parser branch for development
Sara Itani
2017-03-01 15:08:34 -0800
13241a7be9initialize tolerant-php-parser
Sara Itani
2017-02-02 16:43:33 -0800
eb70f17a9aEnforce memory limit in phpunit.xml This will help highlight memory regressions, make it easier for newcomers to get started with the codebase w/o editing php.ini defaults (128M), and also keep things consistent between local and travis runs.
Sara Itani
2017-03-01 16:43:25 -0800
0de7ba8335Ensure diagnostics are cleared on file deletion (#319)
Sara Itani
2017-03-01 02:18:37 -0800
fc19640babadd FileEvent constructor, fix formatting
Sara Itani
2017-03-01 01:57:17 -0800
616d74cc3fbrace to next line, and remove void return type
Sara Itani
2017-03-01 01:30:17 -0800
ccaf1c1547Ensure diagnostics are cleared on file deletion Previously, error diagnostics would not be cleared when a file was deleted while it was closed. This would result in lingering errors in the problems view that could only be cleared by reloading the language server. This fix addresses the issue by adding support for workspace/didChangeWatchedFiles and automatically clearing diagnostics for deleted files.
Sara Itani
2017-03-01 00:32:15 -0800
1e319c7215Wipe index when on configuration change
Jürgen Steitz
2017-02-24 23:37:02 +0100
81aed92ecfSort by least number of slashes
Trevor Bortins
2017-02-06 11:45:38 -0800
571b26a0c3Use php_uname() instead of PHP_OS (#283)
Felix Becker
2017-02-06 16:42:45 +0100
3c11cde9fbInclude packages-dev (#282)
Felix Becker
2017-02-06 16:35:16 +0100
89c6e4bf2eUse php_uname() instead of PHP_OS
Felix Becker
2017-02-06 16:32:07 +0100
34ad734ff0Fix assertion
Felix Becker
2017-02-06 11:29:40 +0100
65a2ce2d4bInclude packages-dev
Felix Becker
2017-02-06 11:23:11 +0100
869d31db6eFix tests
Felix Becker
2017-02-06 11:09:43 +0100
a210f8872cMerge branch 'master' into 211-completion-outside-of-function
Felix Becker
2017-02-06 10:51:30 +0100
f43e0dc34aRead vendor directory from project's composer.json, if set. If not set, default to "vendor". Also sort found vendor directories so we obtain the correct composer.json and composer.lock files
Trevor Bortins
2017-02-05 17:55:59 -0800