JetBrains brengt verschillende ontwikkelomgevingen uit, zoals IntelliJ Idea gericht op Java, CLion gericht op C en C++ en DataGrip gericht op sql. PhpStorm is gericht op php en biedt on-the-fly-errorpreventie, autocompletion, coderefactoring en debugging, en kan ook overweg met html, css, Coffee- en JavaScript. Voor een overzicht van de mogelijkheden verwijzen we naar deze pagina. Voor het gebruik van PhpStorm is wel een licentie nodig. Voor zakelijk en thuisgebruik zul je daarvoor moeten betalen, maar als de software wordt gebruikt voor onderwijs of niet-commerciële opensourceprojecten, is de licentie gratis. JetBrains heeft versie 2021.2.1 van PhpStorm uitgebracht en de belangrijkste veranderinen en verbeteringen die daarin zijn aangebracht kunnen hieronder worden gevonden:
PhpStorm 2021.2.1 is now available!PhpStorm 2021.2.1 is the first minor update to the recently released 2021.2 version. You can update through the Toolbox App, using the IDE itself, or by downloading the updated build from our website.
Notable updates in this release
The full list of changes is available in the release notes.
- Fixed: Re-arrange did not reorder the method with modifiers and name both [WI-30563]
- Fixed: CSS class completion doesn’t work great with Tailwind 2.1 in “jit” mode. [WEB-50318]
- Vue 3: Support new <script setup> without ref sugar [WEB-49000]
- Usage of PSR-2 comment suggestion on no-break switch cases [WI-32123]
- Fixed: Freeze on opening project from WSL2 [IDEA-]273398
- Fixed: Showing failed PHPUnit test as passing with incorrect log output (on WSL) [WI-46570]
- Fixed: Splash is not shown in 2021.2 [IDEA-]270204
- Support inference based on IteratorAggregate<User> [WI-61438]
- Fixed: Add property quick fix adds property without dollar sign [WI-34398]
- Enable breadcrumbs by default [WI-59237]
- Support phpstan-* annotation for templates (@phpstan-template/@phpstan-param/@phpstan-return, …) [WI-57959]