Keep track changed files and select which ones to deploy?
Hi,
I'm on trial of phpStorm, evaluating whether I should switch to it from visualStudio and there's only one feature I'm missing. In VS, when you work in a project, you can see all the local files you've changed listed and then choose which to deploy and which to ignore. In phpStorm, I only seems to be able to deploy each file/folder separately, and need to keep track of which files I changed? Is there any way to see some kind of list "you've changed these files, select which to deploy"? Or any kind of trick to help me keeping track of which files I need to deploy after an hour of work?
Thanks!
Please sign in to leave a comment.
Hi there,
If you have VCS integration then you should see all changed files (plus deploy commited files).
In any case: Local History can provide you such list. Problem is -- you cannot deploy from there ( http://youtrack.jetbrains.com/issue/WI-421 I guess) ...