Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

is there a compare folders feature in VS Code?

I have two folders in a VS Code project and I need to compare those two folders for new, deleted or modified files.

I have seen file compare feature and third party folder compare features, but is there any native VS Code feature for folder comparison I could use. If the answer is No, then which third party plugin is considered as the best though experience.

Thanks!

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

No.

https://marketplace.visualstudio.com/items?itemName=moshfeu.compare-folders claims to compare folders, but I can’t speak to its effectiveness.

Usually I would just use diff -r or some type of git diff compare, as comparing a lot of files can sometimes not be a fun thing to do manually.

If both folders are git trees it becomes possible to compare them with git diff commands.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading