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
Please sign in to leave a comment.
Please make sure that `*.ts` extension is listed among patterns registered for TypeScript file type in Settings | Editor | File Types:
Thanks a lot, thats what i was looking for.