Commit graph

5 commits

Author SHA1 Message Date
Andy Hanson
42a832ad3d Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
Andy Hanson
8515f7e2b5 Change find-all-references tests to test for groups
* Also always test for isWriteAccess and isDefinition
2017-01-31 06:59:16 -08:00
Andy Hanson
7e6f18d765 Don't use constructor symbol for search -- use class symbol and filter out only 'new C()' uses. 2016-08-26 13:46:12 -07:00
Andy Hanson
c1a291dffe Get the type of a constructor as the type of the class
Fixes a bug when constructor overloads are improper and no signatures can be found.
2016-08-26 10:06:27 -07:00
Andy Hanson
3f126a52f9 Allow to find all references for constructors 2016-08-26 09:19:48 -07:00