python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to configure PhpStorm with Xdebug in remote server on docker
I've done these steps:
Setup remote server for deployment in PhpStorm.
Setup docker server by SSH.
Setup file map.
Setup CLI Interpreter with remote docker.
Map port 9003 from container to remote hos...

Naumov
Votes: 0
Answers: 0
How to let more inactive run tool tabs not auto-close in IntelliJ IDE?
There is just one inactive open run tool tabs allowed at any time.
If my run task is not actively running any other new run task will close the inactive tab.
Is there a configuration possible to allow...

André Kelling
Votes: 0
Answers: 0
Viewing function parameters in VSCode
In PhpStorm, we see the expected parameter when using the function. Is this possible with VSCode? I searched but found no answer.
Ryad
Votes: 0
Answers: 1
PhpStorm code style and PHP_CodeSniffer conflict: Multi-line function call not indented correctly; expected 12 spaces but found 16
I am using PHP_CodeSniffer like this to scan my code:
vendor/bin/phpcs --standard=PSR12 src
I also configured PhpStorm to use PSR-12 at Preferences -> Editor -> Code Style -> Set From -> ...

Gregory Boutte
Votes: 0
Answers: 0