Commit graph

4 commits

Author SHA1 Message Date
Andy 89f2af17f0
Avoid using old node in import fix to use namespace import (#25729) 2018-07-17 13:34:56 -07:00
Andy d333d889c1
Test for (and fix) order of import fixes (#21398) 2018-01-24 15:06:52 -08:00
Nathan Shively-Sanders 2479c071f9 Update baselines 2017-05-01 11:42:22 -07:00
Paul van Brenk 52ec508e27 Code fix for missing imports (#11768)
* Add codefix for missing imports + tests

* Re-order and cleanup

* refactor

* make tests pass

* Make import specifier for new imports more comprehensive

* Fix existing import cases

* refactor

* Fix multiple import statement case

* add multiple code fixes and code action filtering and polishing

* not using the generic verify method for import fixes.

* Correct insert position for new imports

* improve the code action filtering logic

* Fix line ending issue

* cache where we can
2016-11-16 16:01:16 -08:00