TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 205 forks source link

Support importing using file extentions #1612

Open KonkenBonken opened 2 years ago

KonkenBonken commented 2 years ago

As of now, tooltips will only show properly if you import without the file extension on the file you're importing. However, the extension is sometimes needed, by Webpack for instance. I see no drawback in allowing the use of file extensions.

Without extension With extension Without extension With extension

KonkenBonken commented 2 years ago

Or am i doing something wrong? Is this possible now through some setting I haven't found?

lierdakil commented 2 years ago

Hi. Atom will be sunset on December 15. This project is unmaintained. Just use vscode. Or if you don't like vscode (although feature-wise it's pretty close to Atom), there are other great options out there.