IntelliJ Ultimate, stopped recognizing index.ts files no code completion
Answered
HI, for some reason it has stopped showing me code completions in all of the index.ts files in my project, although the project is compiling, even the code completion in other project file is not showing the paths exported from index.ts files, I don't know how does this happen but I really need help in this. Reinstalled the Ultimate almost three times :/ nothing changes

thanks
Please sign in to leave a comment.
resolved by adding the index.ts in .ts file pattern .
It is possible to solve the index.ts file problem by adding it to the Typescript file pattern:
Settings > Editor > File Types > TypeScript > "+" > Put "index.ts"