1
0
Fork 0

Commit Graph

  • 4b81c33833 fix(formatting): drop PHP CodeSniffer Felix Becker 2017-10-27 19:54:25 -0700
  • beb3a3b994 Drop `composer run-script parse-stubs` from readme Nate Eagleson 2017-10-25 11:01:02 -0400
  • 1db6b7bbb3 chore: fixes for unused variables and phpdoc (#496) Tyson Andre 2017-10-22 22:54:38 -0700
  • a81f1670b1 Merge branch 'master' into phan-unused-fix Felix Becker 2017-10-22 21:58:27 -0700
  • b1780fcbdb squizlabs/php_codesniffer from 3.0.0RC3 to 3.0.0 squizlabs/php_codesniffer-3.0.0-#3.0.0 Dependencies.io Bot 2017-10-23 04:53:47 +0000
  • 16cf8f53e9 fix(docblocks): update to phpdocumentor/reflection-docblock ^4.0.0 Felix Becker 2017-10-22 17:34:08 -0700
  • a78963c1a0 fix(docblocks): update to phpdocumentor/reflection-docblock ^4.0.0 Felix Becker 2017-10-22 17:34:08 -0700
  • 4384d49414 ci(travis): remove redundant parse-stubs step Felix Becker 2017-10-22 17:22:28 -0700
  • a934aff7a9 ci(release): use semantic-release Felix Becker 2017-10-21 18:39:31 -0700
  • 7b1176dd9d ci(dependencies.io): add dependencies.yml config Dependencies.io Bot 2017-10-20 20:15:31 +0000
  • bdb8bcd247 ci(release): use semantic-release Felix Becker 2017-10-21 18:39:31 -0700
  • a89270fe28 Fixes for unused variables Tyson Andre 2017-10-22 16:58:29 -0700
  • 2aa21e2ede ci(dependencies.io): add dependencies.yml config Dependencies.io Bot 2017-10-20 20:15:31 +0000
  • 1240f25e01 Update parser v4.6.2 Felix Becker 2017-10-19 14:45:36 -0700
  • 19bf94ac7b Improve README Felix Becker 2017-10-19 14:44:56 -0700
  • e31f7b5923 Add more Composer scripts Felix Becker 2017-10-19 14:38:20 -0700
  • 0c399150a3 Update travis and phpunit (#489) Vincent Klaiber 2017-10-02 23:11:06 +0200
  • 5341febf30
    Update travis and phpunit Vincent Klaiber 2017-10-02 23:00:12 +0200
  • b9ebfb52c9 Update composer.json structure (#487) Vincent Klaiber 2017-10-02 22:58:37 +0200
  • a70df8676a Merge branch 'master' into composer Felix Becker 2017-10-02 13:49:06 -0700
  • 57a5604e4e
    Remove distribution config Vincent Klaiber 2017-10-02 22:41:49 +0200
  • 4dc797c0a2
    Update composer.json structure Vincent Klaiber 2017-10-02 21:42:58 +0200
  • b4e9634b9d Merge ebe4a663d0 into 3d8655d504 Allan Simon 2017-10-02 20:37:32 +0000
  • 3d8655d504 Update phpunit config (#488) Vincent Klaiber 2017-10-02 22:37:28 +0200
  • d24c42008e Exclude non-essential files in .gitattributes (#486) Vincent Klaiber 2017-10-02 22:36:04 +0200
  • 0c40b306cc
    Remove failOnRisky config Vincent Klaiber 2017-10-02 22:29:25 +0200
  • cd9888cbb9
    Rename DocumentHighlight class Vincent Klaiber 2017-10-02 22:11:30 +0200
  • 95a574563b
    Update phpunit config Vincent Klaiber 2017-10-02 21:56:04 +0200
  • 174cbcf6aa
    Add validation and .gitmodules Vincent Klaiber 2017-10-02 21:50:36 +0200
  • f6a410083f
    Exclude non-essential files in .gitattributes Vincent Klaiber 2017-10-02 21:35:31 +0200
  • d4443465bb Fix missing diagnostics for nodes (#484) Stephan Unverwerth 2017-09-28 21:53:12 +0200
  • 1a253c1e02 Refactor TreeAnalyzer Stephan Unverwerth 2017-09-28 21:13:38 +0200
  • a5c3adf24e Fix code style Stephan Unverwerth 2017-09-28 16:07:02 +0200
  • 73e8907874 Fix missing diagnostics for nodes Stephan Unverwerth 2017-09-28 13:48:59 +0200
  • 0a2e3c908f Merge 2550d31c8e into a4739430f8 Alan.Li 2017-09-25 23:35:28 +0000
  • 2550d31c8e PHP framework to support module autoload in CodeIgniter. Alan Li 2017-06-19 21:39:10 -0400
  • c41a492f3b Fix entity path splitter Fuyao Zhao 2017-06-16 21:09:31 +0800
  • 5a0fa66a34 simplify entity name assumption Fuyao Zhao 2017-06-15 12:30:40 +0800
  • 737ee911e1 Don't need references collector in our use case Fuyao Zhao 2017-06-15 05:30:20 +0800
  • c58407e8ad Try to lookup base class member while resolveExpressionNodeToType Fuyao Zhao 2017-06-15 05:28:49 +0800
  • 420c22bd93 Support load->helper Fuyao Zhao 2017-06-15 02:45:24 +0800
  • 39de0df8d8 Correctly create defintion for dynamically load model/library Fuyao Zhao 2017-06-14 23:30:12 +0800
  • f1645a4b8f Basic infrastructure to index CodeIgnitor's dynamically loaded module. Alan Li 2017-06-12 21:16:44 -0400
  • c810f49633 skip large file by treat it as empty file Fuyao Zhao 2017-06-01 17:43:03 +0800
  • b8ae04d56b Make indexing sync-ed. Alan Li 2017-05-10 14:29:52 -0400
  • e63256b438 Fix text document loader bug. Alan Li 2017-05-10 10:11:14 -0400
  • edc69a3326 avoid generating stubs. Alan Li 2017-03-07 17:35:50 -0800
  • ebe4a663d0 Update php-language-server.php Allan Simon 2017-09-03 14:59:14 +0200
  • a04e556e6b update composer.json php codesniffer Allan Simon 2017-09-03 00:18:33 +0200
  • a4739430f8 Fix memory leak issue (#459) v4.6.1 John Nguyen 2017-08-22 15:43:17 +1000
  • 970962d2a1 Merge branch 'master' into signature-help Felix Becker 2017-08-17 01:11:04 -0700
  • 9ea0a3fb78 use getOrLoad()->wait(). TODO - work out how to make this better Philip Nelson 2017-08-17 17:17:11 +1000
  • ba44967cac tidy up Philip Nelson 2017-08-17 14:19:47 +1000
  • 07cecaaee0 add some tests Philip Nelson 2017-08-16 21:53:16 +1000
  • f2fdfa5bc3 very rough first go at signatureHelp Philip Nelson 2017-08-16 14:29:04 +1000
  • 108fb37c46 Fix memory leak issue (https://github.com/felixfbecker/php-language-server/issues/425) John Nguyen 2017-08-14 10:38:23 +1000
  • 63bf43e40c Bump tolerant-php-parser to get fix (#457) Rob Lourens 2017-08-11 10:29:55 -0700
  • 668dbd60a4 Bump tolerant-php-parser to get fix for https://github.com/Microsoft/tolerant-php-parser/issues/12 Rob Lourens 2017-08-11 09:55:27 -0700
  • 3edc974646 Merge branch 'master' into issue-400 Felix Becker 2017-07-19 13:23:48 +0200
  • 0a80556f7e Merge e98455cab6 into 7ce2284176 tradzero 2017-07-19 11:23:44 +0000
  • e98455cab6 Merge branch 'master' into master Felix Becker 2017-07-19 13:23:41 +0200
  • 2f9db8395b Merge branch 'master' into signature-help Felix Becker 2017-07-19 13:18:38 +0200
  • 7ce2284176 Pin phpdocumentor/reflection-docblock dependency v4.6.0 Felix Becker 2017-07-19 13:15:48 +0200
  • bb63d5fdb3 depend on phpcs stable version 林振宇 2017-07-19 10:29:21 +0800
  • 9eb53abac4 Fix test. ADmad 2017-07-16 02:16:52 +0530
  • b5bfaa9877 switched from property_exists to instanceof Ivan Bozhanov 2017-07-15 22:03:09 +0300
  • 7d64f060e8 moved short declaration extraction to a separate function Ivan Bozhanov 2017-07-15 21:44:49 +0300
  • 7b54ecd67c updated docs and comments Ivan Bozhanov 2017-07-15 18:25:16 +0300
  • f84b6a48b6 optimized param count calculation Ivan Bozhanov 2017-07-15 03:17:32 +0300
  • 1c714f98b7 improved param counting Ivan Bozhanov 2017-07-15 03:07:53 +0300
  • b2056c1f87 updated tests Ivan Bozhanov 2017-07-15 02:32:48 +0300
  • 5c827d2eda fixed crashes Ivan Bozhanov 2017-07-15 02:21:58 +0300
  • 95a82dcdfe initial signature help commit Ivan Bozhanov 2017-07-15 02:12:48 +0300
  • fbf63704ae Update docblock. ADmad 2017-07-14 02:42:30 +0530
  • 3d6682a12c Append backlash to namespace identifer in IdentifierResolver. ADmad 2017-07-14 02:31:36 +0530
  • 35f33c8c91 Fluent interfaces support (#421) Ivan Bozhanov 2017-07-07 14:18:19 +0300
  • 1718dc394d Update Definition.php Felix Becker 2017-07-07 13:03:44 +0200
  • 67f44c7d92 removed trailing whitespace Ivan Bozhanov 2017-07-07 12:41:04 +0300
  • 0c82db282f changed completion provider docblock description Ivan Bozhanov 2017-07-07 12:30:39 +0300
  • cc8e253fba updated doc blocks Ivan Bozhanov 2017-07-07 12:30:04 +0300
  • 2036f3b958 fixed inconsistent code formatting Ivan Bozhanov 2017-07-07 12:12:18 +0300
  • f1188aa658 removed getAncestorFQNs in favor of yielding fqn keys Ivan Bozhanov 2017-07-06 20:19:46 +0300
  • 51c0a94a21 Merge branch 'fluent-interfaces' of github.com:vakata/php-language-server into fluent-interfaces Ivan Bozhanov 2017-07-06 19:30:19 +0300
  • 56d95102d8 moved ancestor generator to Definition Ivan Bozhanov 2017-07-06 19:29:13 +0300
  • 53534aff2d Merge branch 'master' into fluent-interfaces Ivan Bozhanov 2017-07-03 10:42:03 +0300
  • 69b5b0ca34 Merge 51d6128cde into 94fc0405fd Phil Zhao 2017-07-01 23:34:27 +0000
  • 94fc0405fd Correct parser link in README Felix Becker 2017-07-01 14:32:56 +0200
  • 81a57ad62a Merge branch 'master' into fluent-interfaces Ivan Bozhanov 2017-06-27 08:16:21 +0300
  • fc0bf4c163 Fix workspace/xreferences (#424) v4.5.3 Felix Becker 2017-06-22 20:06:10 +0200
  • 260db40b78 Remove use Felix Becker 2017-06-22 19:24:02 +0200
  • 8f5d5e35d0 Ignore ReferenceInformation->symbol Felix Becker 2017-06-22 19:21:14 +0200
  • ee5b66abc6 Fixes Felix Becker 2017-06-22 19:16:13 +0200
  • 372e55725e Ad missing use Felix Becker 2017-06-22 18:57:42 +0200
  • 37afb4e4a8 Make Descriptors minimal Felix Becker 2017-06-20 18:26:38 +0200
  • fced1d5af6 Fix textDocument/xdefinition (#429) Felix Becker 2017-06-22 17:34:28 +0200
  • 0c9aa60994 Fix textDocument/xdefinition Felix Becker 2017-06-22 13:25:58 +0200
  • 00552120ad Restrict workspace/symbol results to non-dependency symbols (#426) Felix Becker 2017-06-21 14:17:36 +0200
  • b7d89282fd Restrict workspace/symbol results to non-dependency symbols Felix Becker 2017-06-21 12:01:33 +0200
  • f43ce50d5a Default memory limit to 4GB Felix Becker 2017-06-21 11:48:41 +0200
  • 37e5ed4cce Add type information to hovers type-hover Felix Becker 2017-06-20 13:31:59 +0200