Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Please add auto import feature #124

Open Chris2011 opened 6 years ago

Chris2011 commented 6 years ago

As with the new version of Visual Studio Code 1.18, it has a new feature called auto import: https://code.visualstudio.com/updates/v1_18#_auto-import-for-javascript-and-typescript

So if you type "Her", the IDE/Editor knows there is an exported module somewhere and shows it, before you have to write Herkules AND knows the package already and you can hit enter after only typing "Her". This feature is already implemented in Java, where you can type "Fi" or whatever and it guess, that you mean File or FileUtils or whatever, what you didn't import already.

This feature will increase the development.

Regards

Chris

Chris2011 commented 6 years ago

It seems, that TypeScript 2.6+ is required for this.