DX consistenly degrading with last updates

Answered

The developer experience is really consistently degrading throughout the past months with intellij products. I do not seem to be alone with this issue: https://intellij-support.jetbrains.com/hc/en-us/community/posts/25646053648146-Intellij-IDEA-quality-degradation?page=1#community_comment_31392894942482

Each Update leads to new potential issues, and even some very basic ones. One of those get fixed with the next updates, others persist, etc. A new one that is particularly annoying is the fact that the line break stopped working during PHPDoc comments in PHP Files. Usually, whenever I typed “/**” and then hit enter, the IDE automatically completed that to:

/**
 * {CURSOR POSITION}
 */		

Now, the IDE simply does nothing. Only when I hit Enter after I typed “/*”, I get:

/*
 * {CURSOR POSITION}
 */		

… but you may noticed the incorrect PHPDoc syntax (must start with two **). Also, If I hit Enter right after the closing `*/`, it does not jump to the next line. Also, If I hit enter while within the PHP Doc block starting with `/**`, it also does nothing. So it seems like hitting Enter simply is broken within PHPDoc Blocks at the moment.

Another terribly annoying thing is that the mac started to crash once a day at least. IntelliJ IDE Version IntelliJ IDEA 2025.3.3, Build #IU-253.31033.145, built on February 20, 2026, mac version macOS Tahoe 26.2. I started to reduce the memory heap config in intellij, but that does not work. It is also weird to notice that when my mac crashes, my intellij eats up almost all of my mac's RAM (8GB, activity monitor launched when it crashes shows that intellij IDE is around 6.8 GB RAM consumption). Due to that my mac actually crashes completely and stops reacting entirely, and I have to do complete mac shutdowns daily. This sometimes led to corrupted files or even lost modifications. 

What fixed this for now is changing the design theme from dark islands to dark. Is this normal ?

0
3 comments

Hello,

Thank you for your honest feedback!

I was not able to reproduce the PHPDoc issue on my end, both with the latest PhpStorm and IntelliJ IDEA + PHP Plugin

And I do not recall any recent related reports apart from a distantly similar one:
https://youtrack.jetbrains.com/issue/WI-83363/PHPdoc-isnt-created-on-typing-the-opening-comment
However, the issue there was different (PHPDoc is generated, but it is empty) and it is already fixed in the latest builds.

Do you have any third party plugins installed, by chance?

 

As for the Islands theme issue, there is a ticket about really bad performance:
https://youtrack.jetbrains.com/issue/IJPL-237417/Islands-Themes-responsiveness-issues-IDE-2025.3.3

But I cannot yet find any reports of crashes caused by this theme.

In any way, to check both issues in detail, would it be possible to collect logs and submit a bug report(s) on YouTrack?
As a different option, you may want to collect logs and upload them to our upload services:
http://uploads.jetbrains.com/

After that, let me know the upload ID; I will check logs and, if needed, submit a report(s) for you.
Just in case, logs can be collected with the “Help > Collect Logs…” action. 

0

No, this isn’t normal. PHPDoc Enter not working and your Mac crashing from IntelliJ are both bugs, likely caused by the IDE version or the “Dark Islands” theme. Switching to the standard Dark theme eplfeedback com fixes the UI/memory issues temporarily.

0

Hi,

As mentioned above, we cannot reproduce the PHPDoc issue locally, sorry.
There might be something that we are missing, though, and I would still advise submitting a ticket with logs, so we may take a closer look.

0

Please sign in to leave a comment.