-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Description
Hi!
I'm considering moving from VSCode to Atom (especially because of vim-mode-plus) and I found this package (atom-typescript) really useful.
One of the most common features in any editor Typescript plugin is auto-import (you type a new module exported class/function/whatever and it checks that your current file has not yet imported it and if you type enter it automatically imports for you). Typescript VSCode plugin has it, as well as Emacs and many others.
Does this plugin allow us to do it too? I've searched the web and this repository for this feature and was not able to find anything.