-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[autocomplete] Correctly render bound type parameters
Summary: Makes autocomplete take into account all type parameters that were in scope at the requested location. Assumption this relies on: Even though we render types of identifiers/members from all across the code, we never grab an identifier from underneath a different type-binding site, so it suffices to render all the types with just the type parameters that were in scope at the requested location. (Panagiotis does this assumption seem reasonable?) Reviewed By: panagosg7 Differential Revision: D18118627 fbshipit-source-id: e1b9e1a9ab285e1c800584a90148f36fe9f115fa
- Loading branch information
1 parent
3c53b2c
commit e3f2902
Showing
4 changed files
with
59 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters