Closed jonyeezs closed 6 years ago
tl;dr: Breaking Change! Removing typescript support to not conflict with packages that most typescript users use by default.
Typescript servers handle module imports as well as autocomplete on class constructors or any usage in code.
Adding typescript grammar to do, causes unnecessary conflict.
As typescript users, having to use a typed language should utilize the benefit it brings as a IDE capable language.
Suggestions on using two different packages to support autocomplete of modules is mentioned.
Mentioning anyone who ever posted a PR or issue on Typescript to get feedback:
:+1:
tl;dr: Breaking Change! Removing typescript support to not conflict with packages that most typescript users use by default.
Typescript servers handle module imports as well as autocomplete on class constructors or any usage in code.
Adding typescript grammar to do, causes unnecessary conflict.
As typescript users, having to use a typed language should utilize the benefit it brings as a IDE capable language.
Suggestions on using two different packages to support autocomplete of modules is mentioned.