TypeScript files are associated with Javascript Editor

Hey there,

I updated my IntelliJ Community Edition to Ultimate cause i work with Angular.

As mentioned here : https://www.jetbrains.com/help/idea/typescript-support.html the Typescript files should associated with the "Typescript Editor" but for me all the Typescript Files are opened as Javascript Files.

Therefore i got a lot of errors and so on.

In Eclipse i am used to switch the associated Editor - is there any possibility in IntelliJ?

Kind Regards

0
2 comments

Please make sure that `*.ts` extension is listed among patterns registered for TypeScript file type in Settings | Editor | File Types:

0
Avatar
Permanently deleted user

Thanks a lot, thats what i was looking for.

1

Please sign in to leave a comment.