Posted August 31st, 2010 by itayadler
I've recently purchased VS.PHP, just wanted to say that it's an awesome plugin! much better imho than the other
PHP IDE solutions out there.
What I miss is a deploy feature for changed files. Currently I can deploy a file or a project by right clicking it
in the solution explorer and selecting Deploy. If I could do the same just for the files I've changed, even from
the Pending Changes window it would be awesome
.
juanc says:
When you deploy a project it only copies the files that changed since the last deploy.
If you right click on a file you can deploy it as well.
Personally, I prefer using the remote server project and work on the remote server directly. But that's just me :)