1
0
Fork 0

Commit Graph

  • 0b0cad2dc0 update validation test Sara Itani 2017-04-12 12:51:15 -0700
  • 54843d9030 Merge 1b9d870eff into de6aed608c Jens Hausdorf 2017-04-12 08:11:45 +0000
  • 1b9d870eff fix code style jens1o 2017-04-12 10:10:59 +0200
  • 33ff7600a5 Merge branch 'jens1o-feature-var-hinting' of https://github.com/jens1o/php-language-server into jens1o-feature-var-hinting jens1o 2017-04-12 10:04:45 +0200
  • a98746663a 🚀 Support constants jens1o 2017-04-12 10:04:18 +0200
  • 9b11614f1e 🚀 Support variable type hinting jens1o 2017-04-12 09:56:59 +0200
  • 39fe9dc7bc fix issue where vars not being resolved to corresponding parameter definitions, update logging and validation tests Sara Itani 2017-04-11 16:24:35 -0700
  • 57ebd58b6c Update validation tests to verify more definition properties, references Sara Itani 2017-04-11 12:54:20 -0700
  • 981b74a6db don't get docblock comment for namespace definition nodes Sara Itani 2017-04-11 12:52:24 -0700
  • e6ba591e95 Catch all errors in perf test Sara Itani 2017-04-10 21:58:33 -0700
  • 219c018ab2 Disclude anonymous class members from definitions Sara Itani 2017-04-10 21:58:08 -0700
  • 5bd827fa4d include validation tests in separate test group Sara Itani 2017-04-10 19:39:25 -0700
  • 59965448f0 Update definition validation tests Sara Itani 2017-04-10 14:20:45 -0700
  • 864a7a8621 test multipe frameworks in perf test script Sara Itani 2017-04-10 14:19:55 -0700
  • 3d5d46d4e7 don't use generator during iteration Sara Itani 2017-04-10 14:18:19 -0700
  • b02c164c2b fix property / constant ancestor check Sara Itani 2017-04-10 13:13:47 -0700
  • 21cee77624 include traits and interfaces when retrieving fqn Sara Itani 2017-04-10 12:42:49 -0700
  • 651e6be08a add definition comparison to validation tests Sara Itani 2017-04-10 12:30:46 -0700
  • fa52aef28a revert isClass -> canBeInstantiated - ensures consistency w/ old parser Sara Itani 2017-04-10 12:29:58 -0700
  • 503cc6bcff fix code style jens1o 2017-04-10 12:33:33 +0200
  • 9ff8957f47 fix double definiton jens1o 2017-04-10 12:27:59 +0200
  • 07bfdff72d 🚀 support constants jens1o 2017-04-10 12:24:22 +0200
  • 938930fd42 fix syntax jens1o 2017-04-09 22:13:03 +0200
  • 578ad76530 🚀 Fix weird results ❤️ jens1o 2017-04-09 21:21:06 +0200
  • a0f61ebe8c fix documentations jens1o 2017-04-09 20:50:36 +0200
  • b722593671 resolve conflict 2/2 jens1o 2017-04-09 19:55:23 +0200
  • 0af6523962 resolve conflict jens1o 2017-04-09 19:54:09 +0200
  • eb12945305 minor changes jens1o 2017-04-03 16:24:48 +0200
  • f79fbf8235 progress... jens1o 2017-04-03 16:06:25 +0200
  • 8ac5d72fdc think first, truncate later jens1o 2017-04-02 20:40:46 +0200
  • d349a07d55 Enforce memory limit in phpunit.xml (#320) Sara Itani 2017-04-02 05:08:45 -0700
  • c0233722ff Fix missing '()' for function definition (#340) Talv 2017-04-02 00:30:10 +0200
  • e63ee99b81 support constants jens1o 2017-03-19 13:55:41 +0100
  • debda85ea3 show anything from a doc comment block (#315) Jens Hausdorf 2017-03-19 12:15:39 +0100
  • ef21517efa Update README.md (#329) Harings Rob 2017-03-08 16:19:56 +0100
  • e56dae961f Fix formatting breakage (option 2) (#324) Sara Itani 2017-03-02 01:07:47 -0800
  • 4e6a6e110b Ensure diagnostics are cleared on file deletion (#319) Sara Itani 2017-03-01 02:18:37 -0800
  • de6aed608c Show constructors and destructors with right symbol (#346) Jens Hausdorf 2017-04-09 19:44:28 +0200
  • 3039d63088 Merge branch 'master' into jens1o-support-constuctor Felix Becker 2017-04-09 19:34:44 +0200
  • 1530464b22 remove not wanted idention jens1o 2017-04-09 19:33:26 +0200
  • 430edf96bd 🚀 show constructors and destructors with the right symbol jens1o 2017-04-09 19:30:00 +0200
  • 97d1579f37 Update PHPParser dependency (#345) v4.3.5 Jens Hausdorf 2017-04-09 18:23:46 +0200
  • aa87cf3932 Merge branch 'master' into jens1o-update-dependencie Jens Hausdorf 2017-04-09 18:10:20 +0200
  • b2eb0728a4 update dependencie jens1o 2017-04-09 18:08:55 +0200
  • f50df5cdaf Enforce memory limit in phpunit.xml (#320) Sara Itani 2017-04-02 05:08:45 -0700
  • 43cf9e77ec Merge branch 'master' into phpunit-memory Felix Becker 2017-04-02 13:59:47 +0200
  • 14a6d65832 Fix missing '()' for function definition (#340) v4.3.4 Talv 2017-04-02 00:30:10 +0200
  • ee43664541 Move '()' outside to account for 'namespacedName' Talv 2017-04-02 00:24:36 +0200
  • 6ab8ab2f4e Fix missing '()' for function definition (#311) Talv 2017-04-01 21:19:59 +0200
  • 7d68e3acc3 Only traverse tree 1x for definitions + references Sara Itani 2017-03-29 10:48:53 -0700
  • d62bdeac82 revert earlier change to fix tests Sara Itani 2017-03-29 10:45:38 -0700
  • a5fec9452b Fix misc. issues in language server Sara Itani 2017-03-28 14:02:26 -0700
  • 105f9bf813 Include max-recursion comparison in perf test Sara Itani 2017-03-28 14:00:50 -0700
  • 42dc2c966d Update validation tests - assert non-null ASTs - additional submodules Sara Itani 2017-03-28 13:58:48 -0700
  • a69c93b28b Print null docs in language server perf log Sara Itani 2017-03-28 13:55:10 -0700
  • 4ac56d83a4 Update logging - add diagnostics for old parser - include maxRecursion levels - include option to run functions multiple times to help profile Sara Itani 2017-03-28 13:53:53 -0700
  • 333fa3ab3b Merge branch 'master' of https://github.com/lambdalab/php-language-server Alan Li 2017-03-25 21:27:21 -0400
  • bfa21ff840 avoid generating stubs. Alan Li 2017-03-07 17:35:50 -0800
  • 946b5b1cdb Fix exception during diagnostics parsing Sara Itani 2017-03-24 10:31:23 -0700
  • c84b91de2b Fix exception during definition resolution Sara Itani 2017-03-24 10:30:34 -0700
  • cd4c6d66d9 Add validation test filesize threshold Sara Itani 2017-03-24 10:30:07 -0700
  • 7b633f5e07 minor perf improvements Sara Itani 2017-03-21 15:25:49 -0700
  • 4d0a0a2a10 show anything from a doc comment block (#315) Jens Hausdorf 2017-03-19 12:15:39 +0100
  • bbb74d1f09 fix code style 2/2 Jens Hausdorf 2017-03-19 11:47:39 +0100
  • dfdf637d91 fix code style 1/21 Jens Hausdorf 2017-03-19 11:46:30 +0100
  • c79d3d2cdd Update DefinitionResolver.php Sensirex 2017-03-16 14:21:32 +0700
  • 6e7f77be6d add script to help profile Sara Itani 2017-03-15 14:11:49 -0700
  • 81ba7df91c fix some crashes, perf issues Sara Itani 2017-03-15 14:10:52 -0700
  • 0824e6d9b8 start adding validation tests Sara Itani 2017-03-15 14:10:29 -0700
  • 4324530389 Find all references support Sara Itani 2017-03-09 15:56:41 -0800
  • 546660f957 Update README.md (#329) Harings Rob 2017-03-08 16:19:56 +0100
  • 36254464c7 Update README.md Harings Rob 2017-03-08 16:13:35 +0100
  • 23315c52fb avoid generating stubs. Alan Li 2017-03-07 17:35:50 -0800
  • 167b6ac6f2 Update getDocBlock to use context information. All Definition tests pass! Sara Itani 2017-03-06 21:31:13 -0800
  • e45648daab fix global constant fallback Sara Itani 2017-03-06 16:12:26 -0800
  • afca7ea7e0 fix definitions namespaced function calls Sara Itani 2017-03-06 16:08:06 -0800
  • d02253c9f6 fix base class logic Sara Itani 2017-03-06 15:34:43 -0800
  • 1ff1b38ec2 fix subscript expression resolution Sara Itani 2017-03-06 14:21:36 -0800
  • 4653f100a7 fix variableName symbol info, offsets in tests Sara Itani 2017-03-06 13:59:12 -0800
  • d21e7e7008 Fix qualified name resolution Sara Itani 2017-03-06 11:07:05 -0800
  • 1316761e5e fix scoped expression definition resolution Sara Itani 2017-03-06 11:01:10 -0800
  • c18bec0d50 small fixes, add diagnostic mode Sara Itani 2017-03-05 23:23:33 -0800
  • d3f2bebb40 Hover and Go-To definition (in progress) Sara Itani 2017-03-05 20:22:13 -0800
  • cdf8fc36e1 add getNodeAtPosition, fix definition collector tests Sara Itani 2017-03-05 16:34:01 -0800
  • 15eed55158 Symbol support for Microsoft/tolerant-php-parser Sara Itani 2017-03-04 20:56:01 -0800
  • 722898f74d refactor Sara Itani 2017-03-04 18:36:17 -0800
  • 2280e7889b extract to tree analyzer interface Sara Itani 2017-03-04 17:44:04 -0800
  • f4f106766f Change didChangeConfiguration doc to protocol wording Jürgen Steitz 2017-03-04 17:26:23 +0100
  • 23a40f069b Let didChangeConfiguration decide what options are interesting for the indexer Jürgen Steitz 2017-03-04 13:02:16 +0100
  • a06057b7a3 Fix phpcs warnings/errors Jürgen Steitz 2017-03-04 12:59:22 +0100
  • 5308e7a6bc Add new tests and update old ones Jürgen Steitz 2017-03-04 12:55:46 +0100
  • c4568bfc34 Accept different types/formats from clients Jürgen Steitz 2017-03-04 12:32:10 +0100
  • ca225ff6a6 Remove emitting wipe events Jürgen Steitz 2017-03-04 12:30:18 +0100
  • 1f90b4e393 Update options one by one to update all instance Jürgen Steitz 2017-03-04 09:25:09 +0100
  • 1e73d08033 Improve gettting changed options Jürgen Steitz 2017-03-04 09:03:24 +0100
  • 912e54dae2 Fix issue when returning null instead of a Type when trying to infer a node type Sébastien Muller 2017-03-03 10:43:39 +0100
  • 707c97f0ae Merge branch 'master' of github.com:felixfbecker/php-language-server into feature/allow-configurable-file-extension-for-indexing Jürgen Steitz 2017-03-02 23:44:37 +0100
  • 5b1b6bfabe Add tests Jürgen Steitz 2017-03-02 23:12:19 +0100
  • 940eb9787d Pass options and indexer to workspace Jürgen Steitz 2017-03-02 23:11:38 +0100
  • 44a942e714 Implement didChangeConfiguration event Jürgen Steitz 2017-03-02 23:11:24 +0100