Software Update: PhpStorm 2020.3.2

Spread the love

JetBrains releases several development environments, such as IntelliJ Idea targeting Java, CLion targeting C and C++, DataGrip targeting SQL and PhpStorm targeting PHP. PhpStorm offers on-the-fly error prevention, autocompletion, code refactoring, and debugging, and can also handle HTML, CSS, Coffee, and JavaScript. For an overview of the possibilities, we refer to this page. To use PhpStorm is a license required. For business and home use you will have to pay for it, but if the software is used for education or non-commercial open source projects, the license is free. JetBrains released PhpStorm 2020.3.2 and the changelog for that release looks like this:

Notable changes

  • Fixed Advanced Metadata: class::traitMethod in expectedArguments(functionFQN,…) not working (WI-52799 +9)
  • Resolve PhpStorm attributes only to vendor folder in case of both stubs+vendor packages installed (WI-57392 +2)
  • ArrayShape for params: add completion for keys in function/method calls (WI-56627 +1)
  • Fixed: NPE on attempt to add remote interpreter using ssh connection (WI-57965 +1)
  • Fixed: Inspections not working via dockerized phpstan when project is in subdirectory (WI-57853)
  • Fixed: Exception in ‘Dead code’ when processing promoted properties (WI-57502)
  • Fixed: Wrong string concatenation with PHP 8 (WI-57386)
  • Fixed: Inspect code with enabled PHPStan inspection spawns many PHP processes, seems never to finish (WI-57015)
  • Double-click behavior in Local Changes is now optional (IDEA-235910 +65)
  • Fixed: IDE steals focus when dragging a file over its window (IDEA-244511 +16)
  • Fixed: Parsing error when using DOM element selectors CSS injection if CSS dialect is set to ‘PostCSS’ (WEB-45868 +9)
  • Vue: support type inference for component props within template (WEB-44150 +6)

The full list of changes is available in the release notes.

Version number 2020.3.2
Release status Final
Operating systems Windows 7, Linux, macOS, Windows 8, Windows 10
Website JetBrains
Download https://www.jetbrains.com/phpstorm/whatsnew/
License type Freeware/Paid
You might also like