Show Vector/Map/Set doc comments when hovering over literals
commita85e0583bd562d2cfb86ce7f46a2f05ea1ac2154
authorWilfred Hughes <wilfred@fb.com>
Tue, 22 Feb 2022 20:44:46 +0000 (22 12:44 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 22 Feb 2022 21:23:36 +0000 (22 13:23 -0800)
tree73c86d3b75d1ca6e76e3c0b3caebb6aeb1649ca5
parent4fb40c374efc6e0eaa08fea8e232e497c6acbc94
Show Vector/Map/Set doc comments when hovering over literals

Summary: Previously we would should hover information on type hints, but not on literals. Add hover information for literals too.

Differential Revision: D33826160

fbshipit-source-id: 3105627f8bc7b19e51a60af831f2940971f12003
hphp/hack/src/server/identifySymbolService.ml
hphp/hack/test/hover/immmap_literal.php [new file with mode: 0644]
hphp/hack/test/hover/immmap_literal.php.exp [new file with mode: 0644]
hphp/hack/test/hover/map_literal.php [new file with mode: 0644]
hphp/hack/test/hover/map_literal.php.exp [new file with mode: 0644]
hphp/hack/test/hover/vector_literal.php [new file with mode: 0644]
hphp/hack/test/hover/vector_literal.php.exp [new file with mode: 0644]