format all .cs files in the project using visual studio 2005

  • Thread starter Thread starter puzzlecracker
  • Start date Start date
P

puzzlecracker

Is there way to format all my source file in project, perhaps follow
some generic template (then I would also need one) since i have a lot
of files and I don't want to screw it up manually?

Thanks
 
Is there way to format all my source file in  project, perhaps follow
some generic template (then I would also need one) since i have a lot
of files and I don't want to screw it up manually?

Thanks

Can you be a bit more specific?
 
[question duplicated in microsoft.public.dotnet.framework, and perhaps
others]

Please do not multi-post. Learn to cross-post correctly.


umm, cross-post -- how do you do that using google groups?

ok, back to my question -- how do you format it?
 
[question duplicated in microsoft.public.dotnet.framework, and perhaps
others]

Please do not multi-post. Learn to cross-post correctly.

umm, cross-post -- how do you do that using google groups?

ok, back to my question -- how do you format it
 
I don't know. You might not be able to for all I know. Real news
readers support cross-posting simply by listing all the newsgroups
together in the same article being posted. Google Groups isn't a
real news reader, so it might not allow that. If it does, I have no
idea how you might do it, not having ever used Google Groups for
posting. It's up to each person participating in a newsgroup to know
how to use their own news reader interface.

Indeed.

There are many newsgroup services available on the Internet for free; I
use Motzarella[1] since Comcast stopped contracting with GigaNews for
service for its users. You can use any software that knows how to
connect to NNTP servers to use Motzarella, unlike Google Groups, which
unfortunately does not provide a NNTP interface (though it would make a
very nice and welcome addition to their service, IMHO).

--- Mike

[1] http://news.motzarella.org/
 
puzzlecracker said:
Is there way to format all my source file in project, perhaps follow
some generic template (then I would also need one) since i have a lot
of files and I don't want to screw it up manually?

Thanks

The only way I know is to format one file at a time.

Edit menu -> Advanced -> Format Document

-Tim Sprout
 
Back
Top