Released: Apr 8, 2021
Updates in 2021.1.x
2021.1.4
Updated Jul 1, 2021
Fixes
- Fixed: “Stretch to Right”/”Stretch to Left”: Ctrl+Shift+Arrow keys resize the dialog instead of text selection.
- Fixed: JPG, SVG images aren’t rendered in quick DOC.
- Fixed: “git => compare branch” looses focus before list of branches can be displayed.
- Fixed: IDE resets Windows File Explorer Recent Files list on start.
- Fixed: Plugins settings page steals the focus from search box.
- Fixed: IDE with Projector crashes on restart.
- Fixed: No longer possible to set...
Released: Dec 3, 2020
Updates in 2020.3.x
2020.3.3
Updated Mar 16, 2021
Fixes
- Fixed: Unnecessary backslash escape in triple-backticked bash block.
- Fixed: OSX Keychain is not available on Apple ARM chips (aarch64).
- Fixed: Diff view detects big diff but change was only small.
- Fixed: Close All But Pinned.
- Fixed: Branch list doesn’t focus item on right click.
- Fixed: MacOS slow and high CPU usage.
2020.3.2
Updated Jan 27, 2021
Features
- Vue: Added support type inference for component props within templates.
- Double-click behavior in Local...
Released: Jul 30, 2020
Updates in 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.
Released: Jul 22, 2020
Updates in 2020.1.4
Fehlerkorrekturen
- 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
Updates in 2020.1.3
Fehlerkorrekturen
- 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
Updates in 2020.1.2
Funktionen
- 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.
Fehlerkorrekturen
- 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...
Released: Apr 30, 2020
Updates in 2020.1.1
Funktionen
- Added support for WSL 2 projects using WSL interpreter.
Fehlerkorrekturen
- 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...
Released: Apr 14, 2020
Updates in 2020.1
Funktionen
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...
Released: Mar 18, 2020
Updates in 2019.3.4
Funktionen
SQL General
- Structure view for the block statement.
SQL Highlighting
- Subquery folding improvement.
- Support for Sequence Storage Engine MariaDB syntax.
Fehlerkorrekturen
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...
Released: Feb 12, 2020
Updates in 2019.3.3
Fehlerkorrekturen
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...