Commit graph

8 commits

Author SHA1 Message Date
Armando Aguirre 16c3255988 Updated an incredible amount of tests. 2017-10-18 15:49:46 -07:00
Andy Hanson 2124fcf588 goToDefinition: Use the name of a declaration (if possible) when creating DefinitionInfo. 2017-01-09 11:05:53 -08:00
Andy Hanson c75f6d0ec7 Add multiple overloads for verify.goToDefinition.
Use explicit pairs `verify.goToDefinition([["a", "b"], ["c", "d"]])` instead of `verify.goToDefinition("a", "b", "c", "d")`.
Also provide an option `verify.goToDefinition({ a: "b", c: "d" })` for cases where the starts are not theirselves lists.
2016-09-02 13:23:45 -07:00
Andy Hanson 37f8eac014 Simplify go-to-definition tests 2016-09-02 10:12:40 -07:00
Andy Hanson 59774733d6 Support decorators and templates 2016-08-30 06:39:13 -07:00
Andy Hanson 4514f8fde5 Make goto-definition go to a signature declaration if possible 2016-08-29 11:40:47 -07:00
Daniel Rosenwasser eaaf7ad468 Normalize a few fourslash line endings. 2014-12-17 15:11:29 -08:00
Mohamed Hegazy c406662bc4 Wire getDefinitionAtPosition using the new compiler implementation 2014-07-31 19:58:18 -07:00
Renamed from tests/cases/fourslash_old/goToDefinitionFunctionOverloads.ts (Browse further)