PHP syntax and code error checks disabled
Until last week PhpStorm was alerting me when I wrote one function name wrong, or in any syntax error.
But now I don't see any warning an errors in right scrollbar.
What should I did wrong, I suppose I closed it accidentally by pressing some keys.
I opened Project Settings/Inspections
and checked all buttons under PHP, but it didn't help.
Is there any more place?
Please sign in to leave a comment.
I also changed ""Settings | Editor | Colors & Fonts" to Default.
I also checked for Intentions tab in settings and checked all inside intentions.
Still didn't solve?
That's big problem for me.. I'm thinking to reset all my project or IDE settings to default.
Any suggestions please?
Later you can restore most of the settings from your backup (faster than configuring all again from scratch)
As for what else could be wrong -- please check if "File | Power Save Mode" is not active.
Also -- please check what options "Inspector guy" has active (you know, that icon of the guy in status bar -- also accessible via "Code | Configure Current File Analysis...") -- but that is for current file only... it should not affect ALL files.
Andriy thank you for help. I solved issue after your message.
Glad to hear.
Could you please share what was wrong .. and possibly the solution you have used (will be useful for other people in similar situation)?
I deleted ".WebIde40" folder and phpStorm created new one. Which solved my issue.
Frankly I didn't compare old and default "WebIde40" folders, because
WebIde40/config has 34
WebIde40/system has 664 files.
I can check it by eye if you can tell me which files should I check for.
Hi there,
You can safely ignore "system" folder -- it has caches/indexes and similar regenerative stuff. I do not think that any file here would cause something like this (because, in this case, you would have some other issue, like completely broken code completion or tons of errors everywhere -- that's why manual deleting of this folder helps in those rare cases when even "File | Invalidate caches..." does not help -- some rare/unknown corruption of some kind, not sure)
You should be interested in "config" folder only, I think "options" sub-folder only as well. I don't know what file to check for sure (since I do not know what was caused it in first place) but try these: editor*.xml, ide.general.xml, options.xml, other.xml ... maybe some other as well (purely based on file names).