Commit graph

11 commits

Author SHA1 Message Date
Sheetal Nandi
893ba1de15 Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
Andy Hanson
9f20077914 Use "completionList" methods instead of "memberList" ones, since they're identical 2016-12-07 13:36:11 -08:00
Andy Hanson
956c582786 Simplify quick-info tests 2016-09-13 11:49:01 -07:00
Nathan Shively-Sanders
78ad0f4c82 Re-enable failing fourslash tests 2015-10-06 10:03:27 -07:00
Anders Hejlsberg
06a250effe Commenting out broken fourslash tests 2015-09-21 16:38:54 -07:00
Cyrus Najmabadi
eed6f0deca Use an output format for quickinfo that more closely matches the original source.
i.e. use  "var v: string" instead of "(var) v: string".

The parens case should only be used when we're using an english description instead of
an actual language construct.
2015-03-24 00:16:49 -07:00
Mohamed Hegazy
48404452b8 Cleanup completion list logic:
- Do not walk the tree multiple times for the same session, instead pass along the previous token
- Use current token if the this is not after a dot to avoid running into scoping issues
- Also, add some documentation about different steps
2014-10-23 13:42:56 -07:00
Sheetal Nandi
0fbf73a02a Fixed the + overload according to feedback 2014-10-07 17:06:34 -07:00
Sheetal Nandi
05d428a2ec Sshow signature information if possible (even though signature resolution fails) in given location 2014-10-07 15:28:08 -07:00
Sheetal Nandi
643d169465 Better symbol information for lambda variable types at the call site 2014-10-06 14:24:58 -07:00
Sheetal Nandi
df423369f1 Overload formatting in the symbol displaying 2014-09-30 17:10:08 -07:00
Renamed from tests/cases/fourslash_old/commentsOverloads.ts (Browse further)