

PhpStorm is a commercial PHP IDE developed by JetBrains. In this guide to PHPStorm, we look at some of the features that make PHPStorm popular, compare it against other PHP IDEs, discuss the considerations developers need to make when choosing a PHP IDE, then provide a list of helpful shortcuts you can use to better navigate PHPStorm - should you choose to use it. If it has been configured differently, this must of course be adjusted accordingly.Įdit: the range around "192.168.0.0/16" should also be entered, as this is also used by WSL2.Long recognized as the leader in integrated development environment (IDE) for PHP, PHPStorm from JetBrains is a full-featured IDE that can both enhance the development environment as well as reduce the development life-cycle. The IP is entered under "Range" and "Remote IP address".īy default, the WSL2 is assigned an IP address that comes from this range.

The values can be made via a right click on the corresponding entry and properties.


This can be downloaded here for example: This requires the following steps:įirst of all, the X11 server must be installed. This can be worked around by installing PHPStorm directly into WSL2 and using an X11 server to display the windows in Windows. In PHPStorm the project can then be called via the path \\wsl$\Ubuntu\home\\.\. Quickly it becomes clear that PHPStorm does not reliably recognize changes to the files. As a workaround you can move the projects to the file system of WSL2, for example to /home//./. The project itself can be located under /mnt/ (directly accessible via Windows Explorer), but then the performance is quite bad. PHPStorm can of course also be installed normally, as you know it from Windows programs:
