Commit graph

7 commits

Author SHA1 Message Date
Andy 437bc41e99
For path completions, include extension as a kindModifier (#28148) 2018-10-30 11:56:34 -07:00
Andy c97fc64972
Always use verify.completions when testing completions (#28137) 2018-10-29 10:03:25 -07:00
Nathan Shively-Sanders d3e0929b14
Mark js-assignment functions' symbols as methods (#23078)
This make display more accurate:
1. The functions now print as methods
2. When the type of the function references the class, the type of the
function itself is now printed correctly instead of as `any`.
2018-04-02 12:17:35 -07:00
Andy Hanson 9f20077914 Use "completionList" methods instead of "memberList" ones, since they're identical 2016-12-07 13:36:11 -08:00
Ryan Cavanaugh fcd00a59d2 Simplified JS prototype class inference 2015-12-04 14:58:32 -08:00
Ryan Cavanaugh 3b7213116d Inference from JavaScript prototype property assignments 2015-10-30 12:34:56 -07:00
Ryan Cavanaugh b31b45f584 JavaScript class inference from prototype property assignment 2015-10-26 15:42:25 -07:00