PhpStorm 2026.2.1
OK so PhpStorm 2026.2.1 just dropped — August 10, 2026, build 262.9437.196. It's a bugfix release, so no new bells and whistles, but I've been digging through the fix list and honestly? This one fixes a lot of the stuff that's been quietly annoying me since 2026.2.
TL;DR: if 2026.2 has been acting up for you, update. Like, today.
The PHP Fixes That Matter
First up: that weird "Find Usages showing inconsistent results" bug. Root cause was a TypeProvider contract violation in the generic constructor type provider — fixed. If you work with generics-heavy code, you've probably hit this one.
- #[FileReference] now works inside anonymous functions, and rename refactoring is back in the context menu for FileReference files
- Smarty filetype and syntax highlighting are restored in 2026.2
- Codeception tests no longer fail with "Serialization of 'Closure' is not allowed"
- Docker interpreters get the correct coverage directory — that one was silently producing wrong coverage reports
Frontend & DB Goodies
PhpStorm shares its engine with the other JetBrains IDEs, so you get the web fixes too. Angular standalone component constants with separated declaration/export are finally supported, vitest works with @angular/cli again, and there's a new "Restart Tailwind CSS Service" action in Search Everywhere (yes, finally).
And for the data folks: MongoDB connections now support OIDC/OAuth 2.0 authentication. That's a nice one for anyone stuck on legacy auth.
Verdict
It's a patch release — you're not getting new features. But the FileReference, Smarty, and Codeception fixes alone are worth the five-minute update. Go grab it from the Toolbox App and get back to shipping.