Fix IDE showing desugared type methods from visitor
commitec6b631915d1f6784248951c5eb40530e7d6f1f0
authorWilfred Hughes <wilfred@fb.com>
Wed, 28 Sep 2022 00:03:57 +0000 (27 17:03 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 28 Sep 2022 00:03:57 +0000 (27 17:03 -0700)
treed75a1743fc7bdbe864a3f02a8356d29a381ef1ff
parent90ebd1cbad10521fa88c35373552772d082a0466
Fix IDE showing desugared type methods from visitor

Summary: Most function calls in a desugared expression tree are calling type helpers. Ensure we only offer IDE services for calls that correspond with function/method calls written by the user.

Differential Revision: D39776291

fbshipit-source-id: d27f0e62b635bf19a50745e95e313b160c845bf2
hphp/hack/src/server/identifySymbolService.ml
hphp/hack/test/hover/expression_tree.php.exp