NetBeans switch - multiple projects open
Hello,
at first i want to say sorry if this topic is already resolved but i cant find it anywhere.
I am trying to switch from Netbeans (long-year user) and i have simple problem with multiple projects.
I am working with remote sites (files are stored on FTP server)
In NetBeans you have one FTP account assigned to one project so when i save the file, it is automatically uploaded to FTP server.
I usually have opened many different files from many different projects at once in tabs and i switch between them as needed. And when i save file it is automatically uploaded to assigned project's FTP server.
I can't find way to set this up in PHPStorm. There are deployment settings but i don't know how to set up something like "This is default FTP server for THIS project and everything i save is automatically uploaded to THIS folder on FTP".
Thanks in advance for your help
Please sign in to leave a comment.
Sadly, you can't replicate your NetBeans workflow in PhpStorm - deployment, just like most of the other settings, are taken from the carrier project only and aren't propagated to the attached ones.
You'll have to have them open separately.
Here's a usability issue about this: https://youtrack.jetbrains.com/issue/WI-34158
Hi Eugene,
Thank you for your fast reply. I hope developers will "fix" this soon because for me (and for many other people as i see) this is a must.
Have a nice day