1
0
Fork 0
Commit Graph

15 Commits (fa076f1c347a630669752f9b39a495a4ce5482f3)

Author SHA1 Message Date
Philip Nelson bb6fd9045d
resolve docblock `@return self` properly 2018-01-09 20:11:04 +11:00
Philip Nelson 1f827298c5
remove unneeded completion tests, add static definition test 2017-12-23 12:29:41 +11:00
Philip Nelson 93df21d132
Merge remote-tracking branch 'felixfbecker/master' into return-self 2017-12-19 19:45:37 +11:00
Phil Nelson 9eea26df71 feat: foreach completion (#551) 2017-12-17 17:55:12 -08:00
phil-nelson 7060b5f7e4
Merge branch 'master' into return-self 2017-12-11 20:15:26 +11:00
Philip Nelson a153d71266 revert return_type test and add specific return_self test 2017-12-11 20:03:40 +11:00
phil-nelson a40cf731f7 feat: Signature help (#547)
closes #18
2017-12-09 21:10:43 -08:00
Felix Becker 80ef8ff503
fix(indexing): properly resolve self, static and parent keywords (#532)
Previously we would dump static, self and parent as literal FQNs into the index.
2017-11-18 16:59:57 -08:00
Felix Becker 7ae6452d1a
refactor(index): rename isGlobal to isMember (#511)
isGlobal was confusing because a non-member can be considered global vs namespaced
2017-10-29 17:45:06 -07:00
Felix Becker 1240f25e01 Update parser 2017-10-19 14:45:36 -07:00
Rob Lourens f97105740d Bump tolerant-php-parser (#415)
* Bump tolerant-php-parser

* Update test for new parser static support
2017-06-17 10:53:08 +02:00
Felix Becker 0e3727a8d6 Improve CompletionProvider (#412)
- Better performance
- More documentation
- Add field to Definition for global namespace fallback

Fixes #380
2017-06-16 20:31:13 +02:00
Rob Lourens f10680e441 Fix variable type from method return value, add tests (#393) 2017-06-10 11:10:15 +02:00
Rob Lourens 7b72b38fd9 Assert that references array is equal, not a subset, and update expected.json files (#395) 2017-06-10 10:55:41 +02:00
Sara Itani 7f427a1215 Adopt Microsoft/tolerant-php-parser (#357) 2017-06-09 20:25:30 +02:00