Everlaw / nbts

NetBeans TypeScript editor plugin
283 stars 46 forks source link

Would be cool to automatically close the diamond operator on generics #89

Open Chris2011 opened 7 years ago

Chris2011 commented 7 years ago

Often we have an automatically feature that will close an open bracket like for [, ( and {. So for generic types like:

class test or private tes: Array; it would be very cool, if wie can have an option (maybe customizable) to automatically close the <> and set the cursor inside of it. Visual Studio (For C#, TS not tested) has this feature, IntelliJ too (For Java), and I thinkg WebStorm will has it too for TS. So please add this feature to the TypeScript edtior.

Regards

Chris