Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Álvaro González
Total activity
178
Last activity
February 18, 2026 17:12
Member since
July 23, 2010 16:48
Following
0 users
Followed by
0 users
Votes
32
Subscriptions
57
Activity overview
Posts (30)
Comments (59)
Sort by recent activity
Recent activity
Votes
Created
January 05, 2022 18:40
The only role that WSL2 plays in your setup is to provide a Linux VM for Docker, you can basically ignore it. The paths that matter are d:/source (IDE) and /www/html/source (web server).
Community
PhpStorm
Directory mappings between local server and source code
0 votes
Created
March 28, 2021 18:01
Do I have to assign it to a drive(Z:)? or do I have to access it through \\wsl$.? Because through \\wsl$.PHPStorm doesn't detect anything. If you run PhpStorm natively under Windows you should be...
Community
PhpStorm
PHStorm freezes on Linux with WSL, I don't know which system to use anymore with Windows and WSL.
0 votes
Created
March 23, 2021 18:01
I also have a question, which may have better performance to mount WSL like http://prntscr.com/10st86v and access PHPStorm as if it was another normal directory (I'm sure I'll run into user permis...
Community
PhpStorm
PHStorm freezes on Linux with WSL, I don't know which system to use anymore with Windows and WSL.
0 votes
Created
March 23, 2021 17:53
What kind of a Docker interpreter are you using, a Docker one or a Docker Compose one? I guess the latter (I need docker-compose to build the image). If remote PHP interpreters aren't supported I...
Community
PhpStorm
Using scratch files in WSL2 + Docker setup
0 votes
Created
March 11, 2021 09:51
You can ignore this. A colleague had added this line to .hooks/pre-commit.sh for whatever the reason: git add "docker-compose.yml"
Community
PhpStorm
Unchecked file in non-active changelist gets committed to Git anyway
0 votes
Created
February 22, 2021 14:43
I've unfortunately discovered that hosting your files in the Windows host is not even an option. If you use the WSL2 backend you hit this bug and file system breaks. If you use the Hyper-V backend ...
Community
PhpStorm
Where you keep your code when using Docker on Windows
0 votes
Created
April 15, 2020 18:00
May I suggest you avoid string concatenation altogether, as in this example? $SQLQuery = "DELETE FROM personnes WHERE per_id = $id"; This way PhpStorms understands your query as a whole and you ...
Community
PhpStorm
[Solved] SQL Syntax in PHP code
0 votes
Edited
April 15, 2020 17:49
Thank you very much, nothing's too obvious for everybody. Windows scaling is the first thing I changed (the default 150% was too small for me so I set it to 170% in the advanced input, which in tur...
Community
PhpStorm
Guidelines for 4k displays on Windows
0 votes
Created
December 02, 2019 17:38
On Windows you can use Alt+blah mnemonics. No idea if it's similar in Macs:
Community
PhpStorm
Keyboard Shortcut for Text Replace
0 votes
Created
November 17, 2019 09:43
Your screen-shot shows you do have a CLI interpreter (specifically 7.2.2). But the CLI interpreter is only needed for command-line scripts. If Chrome and Apache are involved I presume you are build...
Community
PhpStorm
How to install CLI interpreter to open a php file?
0 votes
«
First
‹
Previous
Next
›
Last
»