Type Import
Fastest type alias extractor ever.
Usage
- Select type with the mouse
const fn = (): long.way.to.your.SpecialType => null;
F1 — Type Import Type — Enter .
Enjoy!
import SpecialType = long.way.to.your.SpecialType;
const fn = (): SpecialType => null;
| |