nkt / atom-autocomplete-modules

Autocomplete for require/import statements
https://atom.io/packages/autocomplete-modules
MIT License
114 stars 35 forks source link

➖ Remove Typescript support #98

Closed jonyeezs closed 6 years ago

jonyeezs commented 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.

jonyeezs commented 6 years ago

Mentioning anyone who ever posted a PR or issue on Typescript to get feedback:

phaux commented 6 years ago

:+1: