IntelliJ Ultimate, stopped recognizing index.ts files no code completion

已回答

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

0
Avatar
Permanently deleted user

resolved by adding the index.ts in .ts file pattern .

0

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"

 

2

请先登录再写评论。