I'm trying to auto-format all files in my solution in vs2010. I've seen there is no built-in option to do it. I've tried to write macro to do it, but I've stucked.
When I iterates any ProjectItem in my projects, I don't know how to open designable-files in source-code mode, or how to distinguish between sourceable files and icourceable files (such as png-s or such).
Do you have any suggestions?
thanks.