Run PhpStorm on a Windows machine and target Linux environments
Adds the ability to run PhpStorm on a Windows machine and target Linux environments.
Features
- WSL 2 Support - Microsoft WSL 2 is a new version of the Windows Subsystem for Linux architecture that allows Windows to run Linux binaries. PhpStorm has supported WSL 1 since v2019.3, and now it supports WSL 2 as well. You can run PhpStorm on a Windows machine and target Linux environments without any hassle.
Fixes
- Idea freezes with AppleSystemUIFont when Event Log is opened (MultilineTreeCellRenderer takes a lot of time doing stringWidth).
- CSS/SCSS formatter need is now aware of CSS3 grid-layout properties.
- Some text in “IDE and Plugin Updates” popups in dark themes is gloom.
- Wrong project name and path when opening project with shell script.
- Scanning node_modules directory with many files freezes IDE on project open.
- Next/Previous occurrence actions don’t work when Find Usages is open and the focus is in the editor.
- Navigate to File now honors the Sources directories first.
- High CPU usage on editing.
- Incorrect inspection for trait collision for PHP > 7.3.
- Memory leak / code analysis never finishes for a certain project.
- Fail to parse validation script output on reload php info for vagrant remote interpreter.