microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Request to add auto import #630

Closed it6 closed 5 years ago

it6 commented 6 years ago

Can you please add ability to auto import. Ideally a keyboard shortcut/menu item which works on the class where the cursor is located.

DanielRosenwasser commented 6 years ago

What exactly do you mean by auto-import? Because that can mean several things. 😃

it6 commented 6 years ago

For example, I can write a class and then press a key to import the class at the top of the file.

sublime-text-import

tim545 commented 6 years ago

+1 would be great to have this feature working, a good explanation of the feature is also on a Sublime Text forum post:

https://forum.sublimetext.com/t/typescript-auto-import-plugin/18453/1