PhpStorm のリリース

Released: Aug 29, 2025

2025.2.1 での更新項目

不具合の修正

  • PHP
    • PHP 8.5: Final property promotion.
  • PHP Inspections
    • Replace promoted property with traditional: QF incorrectly converts final property.
    • Final modifier isn't allowed for promoted properties: Add QF to replace it to "public".
  • PHP Test
    • ${TESTED_NAME} and alike are not expanded for a generated phpunit test.
    • Coverage tool window isn't opened after run Pest test with coverage.
  • PHP Type Inference: Generics
    • PhpStorm 2025.2 incorrectly warns about Laravel Collection's has method arg type...

Released: Aug 5, 2025

2025.2 での更新項目

機能

  • Junie coding agent
    • MCP support - Support for the Model Context Protocol (MCP) allows you to connect Junie to external sources like databases, file systems, and APIs.
    • WSL 2 support - Junie can now work with projects that are located under the WSL 2 file system and opened in PhpStorm directly (via File | Open).
    • 30% speed increase - Junie can execute simple assignments, but it really shines when handling more complicated tasks, now with an up to 30% increase in prompt processing speed.
    • Remote...

Released: Apr 16, 2025

2025.1 での更新項目

機能

PHP

  • Code completion for phpstan-type and phpstan-import-type
    • This release improves PhpStorm’s PHPStan annotation support, introducing code completion for array shape aliases in phpstan-type and phpstan-import-type. Using the local type aliases defined in PHPDoc’s phpstan-type annotation (or referenced in the phpstan-import-type annotation), the IDE autocompletes array keys in class bodies.
  • Support for nested variables in .env files
    • Version 2025.1 extends PhpStorm’s .env file support to...

Released: Nov 14, 2024

2024.3 での更新項目

機能

PHP 8.4 Support - PhpStorm 2024.3 comes loaded with new inspections and quick-fixes to help you smoothly upgrade to the feature-rich PHP 8.4. Below is a brief overview of how the new PHP 8.4 features are supported in your PhpStorm workflow.

  • Property hooks
    • One of the biggest changes in modern PHP history, property hooks are designed to eliminate boilerplate getters and setters by allowing you to implement get and set hooks for properties.
    • For property hooks (including the property hooks inside...

Released: Aug 30, 2024

2024.2.1 での更新項目

機能

  • Added an "Accept and finalize" button to the review tool window in the Space plugin.
  • Support for Next.js link resolve within JS context.
  • CSS scope from styled components is now taken into account.
  • Auto-download plugins that are 100% compatible with existing environment.
  • DevContainers: Added step about tmp folder creating and warning regarding mount in build logs when the dev container is created with clone via RD.
  • HTTP Client XPath: Added a live template.
  • Preserves custom text written in the...

Released: Aug 15, 2024

2024.2.0.1 での更新項目

機能

  • Added a control to toggle flagged comments.
  • Now displays the comments of current Space review in the editor.
  • Added support for creating comments in the editor for the current Space review.
  • Added information about quality gates to review details.
  • Updated the review details tool window.
  • Added the ability to merge Code Reviews inside IDEs.
  • IJ plugin: Added an easy way to copy review ID to clipboard.
  • HighlightVisitors now run in parallel.
  • Added a shortcut to toggle full-line completion prompt on...

Released: Aug 12, 2024

2024.2 での更新項目

機能

Log files support

  • Laravel, Symfony, and WordPress log files can now be viewed directly in the IDE with proper highlighting of dates, times, events (by severity level), and hyperlinks.
  • The same functionality is also available when opening .log files in the terminal via the cat, tail, and head commands.
  • Starting with this release, the Ideolog plugin is bundled with the IDE to further improve the logging experience.

Editing from a floating toolbar

  • The new floating toolbar that appears next to a...

Released: Aug 6, 2024

2024.1.5 での更新項目

機能

  • Added a control to toggle flagged comments.
  • You can now display the comments of the current Space review in the editor.
  • Added support for creating comments in the editor for the current Space review.

Released: Jun 24, 2024

2024.1.4 での更新項目

不具合の修正

  • Updated SDK in IDEA to 1.1.181286.
  • Playwright tests are not running on WSL and Docker.
  • Getting types from TS Server blocks typing.
  • Code Style setting for colon between property name and value doesn't work in Vue component.
  • CSS class auto-completion for Tailwind does not work when using a remote Node.js interpreter (Docker/ssh).
  • Database sessions "Filter rows" is hiding unsubmitted changes.
  • Duplicated items when creating / dropping object in non default schema with disabled auto sync...

Released: Jun 10, 2024

2024.1.3 での更新項目

機能

  • IJ plugin: Added an easy way to copy review ID to clipboard.
  • [LLM] Added the ability to generate tests for Vue components.
  • [LLM] You can now add generated tests into existing file when possible.
  • Added a Code Style setting for colon between property name and value.
  • Added support for standalone component pseudo-module constants.
  • Angular 17.2: Added model input support.
  • Angular 17.3: Added signal outputFromObservable support.
  • Added the Code Style setting to indicate whether IDE should use a...