PhpStorm のリリース

Released: Jul 30, 2020

2020.2.x での更新項目

2020.2.4

Updated Nov 25, 2020

Fixes

  • Fixed: “Find” and “Replace” don’t remember text area size.
  • Fixed: Big Sur: Opening project in new window results in opening project in another tab.
  • Fixed: CodeSniffer gets temporary filename instead of real.
  • Fixed: No tests executed when running PHPUnit tests with WSL interpreter.
  • Fixed: Pull-dialog suggests pulling from the last entered branch, instead from tracked branch.
  • Fixed: New git repositories do not show up in VCS dialog.

2020.2.3

Updated Oct...

Released: Jul 22, 2020

2020.1.4 での更新項目

不具合の修正

  • Fixed: Cannot open context menu in project view.
  • Fixed: IDE doesn’t start after update to 2020.2 EAP2 (202.5103.13).

Released: Jul 3, 2020

2020.1.3 での更新項目

不具合の修正

  • Subpixel (LCD) text is slow with UI font in 2020.1.
  • Shortened tab names in DataGrid with placement on the right/left.
  • Trait collision false positive where one trait uses another and overrides the method.
  • Adding datasource as DDL - adding whole folders and files only.
  • UI freeze: com.intellij.openapi.module.impl.ModuleGroupersKt.splitByDotsJoiningIncorrectIdentifiers.
  • IDE freeze / crash when large file is truncated.
  • PHPStorm Freezes - Win10 x64.

Released: Jun 3, 2020

2020.1.2 での更新項目

機能

  • WSL 2 Support - WSL 2 is a new version of the Windows Subsystem for Linux architecture that allows Windows to run Linux binaries. PhpStorm has supported WSL 1 since v2019.3, and now it supports WSL 2 as well. You can run PhpStorm on a Windows machine and target Linux environments without any hassle.

不具合の修正

  • Idea freezes with AppleSystemUIFont when Event Log is opened (MultilineTreeCellRenderer takes a lot of time doing stringWidth).
  • CSS/SCSS formatter need is now aware of CSS3 grid-layout...

Released: Apr 30, 2020

2020.1.1 での更新項目

機能

  • Added support for WSL 2 projects using WSL interpreter.

不具合の修正

  • Find Usages does not prompt when method overrides/implements base method.
  • Can’t validate PHP XDebug >= 2.9 configuration.
  • Command Line Tools fails on PHP 7.4.
  • Broken update artisan commands for Tools based on Symfony console.
  • Matching braces highlighting is incorrect.
  • Fixed a pair of issues involving external tools.
  • Color customization for @param tag4 - the last missing part to disable PHPDoc highlighting if you didn’t like it...

Released: Apr 14, 2020

2020.1 での更新項目

機能

Out-of-the-box composer.json support

  • Manage dependencies with ease: all the actions are now available right in the editor of a composer.json file.
  • Managing dependencies - This release deprecates the old Manage dependencies dialog because working with the packages from inside the composer.json file is a lot easier. To add a new package, you can start typing its name in the require(-dev) section, or press Ctrl+Space, and choose the one you need from the suggestion list. All the available...

Released: Mar 18, 2020

2019.3.4 での更新項目

機能

SQL General

  • Structure view for the block statement.

SQL Highlighting

  • Subquery folding improvement.
  • Support for Sequence Storage Engine MariaDB syntax.

不具合の修正

Core. Indexing

  • Cannot resolve symbol after switching branch.

Editor. TextMate Bundles

  • Open File or folder hangs out Rider UI completely.

User Interface. Project View

  • Larger font and vertical spacing in Project tree view and completion popup - regression in 2019.3.3.

DB Connectivity

  • Cannot connect to MySQL via SSH with $ in database name...

Released: Feb 12, 2020

2019.3.3 での更新項目

不具合の修正

Code Analysis. Inspection

  • Freeze in StreamApiMigrationInspection when StringBuilder-append-loop is followed by append to another StringBuilder.

Core. Licensing

  • Trim spaces in credentials fields.

Core. Navigation and Search

  • 2019.3 EAP unable to find file with "Content Root Path".

Lang. XML

  • XSD Generator crashes IDEA.
  • Validation XML against XSD using attributeGroup in included file.
  • Help Resolving XML Catalog URIs.

Lang. YAML

  • prometheus.yml -> Required: null, Actual: null.

Tools...

Released: Jan 22, 2020

2019.3.2 での更新項目

機能

User Interface Project

  • Added the ability to "Copy path" relative to repository root.

DB Console

  • Added the ability to execute stored procedures.

Data Views

  • Use Data Editor for editable views.

SQL General

  • Add in-line variable names for scripts.

SQL Highlighting

  • Support MySQL 8 SRID argument on GEOMETRY columns.
  • Inspection about ROLLBACK and COMMIT in triggers.
  • Support MySQL new grants (SESSION_VARIABLES_ADMIN).

No subsystem

  • Web Types - Display new lines in quick doc description.

TypeScript...

Released: Dec 19, 2019

2019.3.1 での更新項目

機能

  • Customizable auto-insertion of short tags - PhpStorm 2019.3 introduced the ability to automatically insert <?php as soon as you type <?, which can help you deprecate short tags: But because short tags are still a part of PHP, this turned out to be a bit excessive. That is why this version adds several enhancements to the feature.
    • First, you can now opt out completely. In the PhpStorm preferences, go to Editor | General | Smart Keys | PHP and clear the Auto-insert ‘<?php’ tag after...