I use IntelliJ remote development.
On my client I have PhpStorm 2024.3 running. The remote server too starts a PhpStorm 2024.3 instance.
My issue is the workflow to start my project on my client:
- open PhpStorm
- select Remote Development
- SSH
- wait for the list to load
- click on on link in the list
- wait for project to load
If I close and start phpstorm again, at least it stays on the SSH panel, yet I have to click twice to my project started.
It is worse if I had a local project open prior as the default is that on start of PhpStorm, it jumps tp the last local project.
I have to close that, and then navigate to Remote Development > SSH
again.
Can I create a shortcut that would open my remote project directly in one click?
I tried
Tools > Create Command Line Launcher
yet that appears to only create an executable to start my client's phpstorm; it won't open the remote development project directly.