Answers for "running phpstorm on ubuntu terminal"

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
-2

install phpstorm in ubuntu stable

sudo snap install phpstorm --classic
Posted by: Guest on October-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language