PHPstorm 2023.3.3 IDE text/import/function colors for JS/TS not fully loading
See image below. For some reason they are white. Sometimes they work, sometimes they look fine, sometimes they don't.

I suspect it is something with code analysis, which either doesn't work as expected, or takes too long to analyze? It does not show any loaders or anything, so I am not sure if it hangs, or there is some other issue.

Please sign in to leave a comment.
Looks like the advanced highlighting is missing as the code analysis is not completed. Does the issue persist after caches invalidation (File > Invalidate caches, Invalidate and Restart)? If yes, please could you share the logs? This will tell us the information about your environment we need and we’ll be able to check if any errors occurred. You can find them under Help | Collect Logs and Diagnostic Data in the main menu.
Hi, thanks. Cache invalidation did not help. Is there a specific logfile I would need to share with you? Since im working on a company project, I would not want to share all logs, as they might contain some sensitive data I presume.
Here is the log https://file.io/IUnFgI5C4ZXI
Unfortunately the log doesn't reveal any evident issues. The only problem I found there is minor and likely unrelated (it's fixed already in upcoming 2024.1).
Please could you try taking CPU snapshots while the code analysis for the corresponding files is being performed?
1) Help > Diagnostic tools > Start CPU usage profiling
2) open a file you have problems with, wait for about a minute (or until the code analysis is completed)
3) Help > Diagnostic tools > Stop CPU usage profiling
I think the problem is partially in the fact, that the analysis never ends.
https://file.io/Bz1uoUQuhgpe
Same issue in 2024.1 im afraid
ah, okay, got it. The link you provided is to 65230 gives me a 404. Will wait for the next EAP
Yeah, looking at WEB-65230, thats exactly it. Seems like the fact that I was missing type definitions for react-helmet, caused these issues. Once I resolved that, it seems to work fine on 2023.3.3.
thanks, this is resolved for me