Compare files in project tab with deployed version - without opening

Hi there,

got a project in PHPStorm, I have a list of (local) files, which are connected to a remote server.
I can compare local version with deployed version via Shift + CTRL + D - then the DIFF windows appears.
That's fine.

However, is it possible to test e.g. all files in a folder, if they are different to deployed version, without opening it, but showing a badge or icon in front of the filename (like a checkmark or X to show if they are equal or different) ?

Or are plugins available to check that?

0

Hi there,

You can use this one: "Right click | Deployment | Sync with Deployed to ..." -- it will utilize own dedicated window. There is no option to have the "badge or icon" in the Project View panel for this kind of info with deployed files.

There is also "Deployment | Compare with Deployed Version..." action but it works for a single file and not folder or selection.

https://www.jetbrains.com/help/phpstorm/comparing-deployed-files-and-folders-with-their-local-versions.html

0

Isn't there a plugin for that? Can't find something yet, but maybe there is. Otherwise, I'll open a feature request... ;)

0
I am not aware of such a plugin. Thank you for submitting a feature request?
For future reference: https://youtrack.jetbrains.com/issue/WI-71430
0

请先登录再写评论。