munyabe / FormatAllFiles

This is a visual studio extension to format all files and execute other command in a solution or project.
29 stars 11 forks source link

Should not stop if file do not exist #9

Open PyrosBrother opened 6 years ago

PyrosBrother commented 6 years ago

Hello, This extension is great but if a file included in project is missing. It stop, then you have to remove the file and run again format all files and it could be boring on huge project. It would be nice if it did not stop and put a error on console log and continue with next file

Regards

HumanGamer commented 5 years ago

I agree, I'm working on a large project and this is a problem. I might try to implement it myself, however, I've never worked on a VS Extension before.