Typescript errors not underlined

Hi, currently Typescript error are not underlined in red in the code editor. The errors are shown in the Typescript tab, AND they show when hovering the respective line.

Linting errors are underlined, only Typescript errors get no line. The screenshot below illustrates what I mean. Any idea what's going on? I tried removing the .idea folder but it didn't help. I'm using latest 2017.3.4.

0
2 comments
Avatar
Permanently deleted user

Renaming the project folder seems to have resolved the situation (I don't understand why, is there more information stored outside of the .idea folder in the project?).
It also got rid of the `Cannot find parent 'tsconfig.json'` message, so it's possibly related.

0

Do you have any symlinks in the project path? Such issues usually occur if a project path is a soft link - https://youtrack.jetbrains.com/issue/WEB-30410, https://youtrack.jetbrains.com/issue/WEB-30318

0

Please sign in to leave a comment.