Download PhpStorm 2023.1.2

Spread the love

JetBrains releases various development environments, such as IntelliJ Idea focused on Java, CLion focused on C and C++ and DataGrip focused on SQL. PhpStorm focuses on PHP and 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, please refer to this page. There is one for using PhpStorm license necessary. For business and home use you will have to pay for this, but if the software is used for education or non-commercial open source projects, the license is free. JetBrains has released version 2023.1.2 of PhpStorm and the major changes since version 2023.1 are summarized below:

Notable changes in PhpStorm 2023.1.2:

  • Fix: Editor tabs scroll very slowly [IDEA-318576]
  • Fix: Project on an NFS mounted drive is considered read-only [IDEA-315865]
  • Fix: Crazy long ‘Type annotation’ inlay hints in JavaScript [WEB-59322]
  • Fix: Angular: Incorrect type evaluation for pipes with transform property with indirect function instead of method [WEB-50918]
  • Fix: Improve documentation for Angular related symbols [WEB-33153]
  • Fix: CSS Custom Properties: Whitespace is marked as incorrect value [WEB-20700]
  • Fix: Stop Debug button is missing from the main toolbar during web debugging since 2023.1.1 [WI-72524]
  • Fix: IDE ignores indentation settings that are specified for general SQL dialect [DBE-17878]
  • Fix: EXPLAIN ANALYSIS disappears from context menu for MySQL after first run [DBE-17813]
  • Fix: PHPUnit 10: –whitelist option for coverage is no longer supported [WI-71423]

Notable changes in PhpStorm 2023.1.1:

  • Fix: [macOS Ventura] Screen flickering after OS update when IDE is full screen [JBR-4959]
  • Fix: IDE flicker with two monitors [JBR-5417]
  • Fix: VCS widget: branch name truncated too much [IDEA-294594]
  • Fix: Docker desktop for linux create docker.sock in other folder instead of /var/run/docker.sock [IDEA-294871]
  • Fix: Vue Lifecycle Events are marked as unused [WEB-38671]
  • Fix: New UI: window header is hard to resize on the top edge, top/right corner [JBR-5384]
  • Fix: “Commit checks” settings are not saved [IDEA-315281]
  • Fix: Wrong large IDE scaling on 4k Screen [JBR-5316]
  • New: Support import() of typedef’s in JSDoc from other modules/packages [WEB-52385]
  • New: Generics: Infer the “@template T of Type” in the generic class itself [WI-65460]
  • New: Generics: Support wrapping T into T[] [WI-62769]
  • Fix: Generic autocomplete does not work with class properties. [WI-63845]

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