I installed atom-typescript and was suprised some features didn't work (for example auto import). The reason is there are 2 different kind of Typescript Syntax Highlights, build-in package language-typescript
and atom-typescript
(this one). I believe if a user install atom-typescript, language-typescript should be disabled, otherwise it becomes very confusing. Reference #549 (comment) and #1344