Answers for "open phpstorm from terminal"

PHP
0

open phpstorm from terminal

Command-line launcher is currently only available fo UNIX; there is a feature request for providing it on Windows, IDEA-114307, please feel free to vote for it. If you like to start PhpStorm from command prompt, open cmd console, cd to %PS_install_dir%/bin and run either phpstorm64.exe or phpstorm.bat, passing a path to project folder to it, like it's described in https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html. If you like to start it from any directory, add %PS_install_dir%/bin to your system %PATH%
Posted by: Guest on March-13-2021

Code answers related to "open phpstorm from terminal"

Browse Popular Code Answers by Language