Download PhpStorm 2018.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, 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 has released PhpStorm 2018.3.2 with the following announcement:

PhpStorm 2018.3.2 has been released

PhpStorm 2018.3.2 build 183.4886.46 is now available! In the second minor update for the PhpStorm 2018.3, we are happy to bring you DQL Autocompletion! The release also has some bug fixes and improvements for PHP and the Web, and takes on the latest improvements in IntelliJ Platform.

Autocompletion for DQL
In the recently released PhpStorm 2018.3, we introduced advanced support for Doctrine Query Language. Continuing to improve the DQL experience in PhpStorm, this time we give you autocompletion for classes and fields. It works the same way as autocompletion for PHP. You need to inject DQL language into a string and start typing. PhpStorm will suggest you to a way to complete your statements on the go. If you need to call autocompletion manually, just hit Ctrl+Space and see a list of suggestions popping up next to the caret. Autocompletion works with class names and fields, inside SELECT/UPDATE/INSERT/DELETE queries, with SQL function calls, and so on. We plan to improve the injection mechanism and work on other improvements. Please let us know how you like the DQL support and what you’d want to see improved.

Other updates worth noting:

  • Fixed: IDE hangs when searching in Hebrew+English (IDEA-199367 +28)
  • Fixed: MySQL datetime incorrectly shows (DBE-69 +21)
  • Fixed: Editor Search/Replace and Find/Replace in Path: font for text input fields is too small (IDEA-106651 +20)
  • Fixed: Project update over SSH fails if there are many repositories (IDEA-203005 +7)
  • Fixed: IDE hangs indefinitely on PhpDoc auto-generation (WI-44525 +1)

See the full list of bug fixes and improvements in the complete release notes.

Version number 2018.3.2
Release status Final
Operating systems Windows 7, Linux, macOS, Windows 8, Windows 10
Website JetBrains
Download
License type Freeware/Paid
You might also like