Homec4science

Jump to PHP docs from symbol search more often

Authored by Alan Huang <alanh@fb.com> on Aug 16 2012, 02:47.

Description

Jump to PHP docs from symbol search more often

Summary:
It's kind of nice to type s explode in jump nav and have it
just work. This involves weakening a bunch of the request parameter
checks, but the only real extra assumption is that language defaults to
PHP... which is not that big of a stretch, and it's not like we know
about any other languages' documentation.

It'd be better to have builtins be more first-class and less awkward
hack, but that seems hard.

Test Plan: Search for symbols.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3302

Details

Committed
Alan Huang <alanh@fb.com>Aug 16 2012, 02:47
Pushed
aubortJan 31 2017, 17:16
Parents
rPH6623a721d3e8: Fix letter case
Branches
Unknown
Tags
Unknown

Event Timeline

Alan Huang <alanh@fb.com> committed rPH627584f501cf: Jump to PHP docs from symbol search more often (authored by Alan Huang <alanh@fb.com>).Aug 16 2012, 02:47