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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • puzzlecracker

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

    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
  • JTC^..^

    #2
    Re: format all .cs files in the project using visual studio 2005

    On 14 Oct, 19:43, puzzlecracker <ironsel2...@gm ail.comwrote:
    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?

    Comment

    • puzzlecracker

      #3
      Re: format all .cs files in the project using visual studio 2005

      On Oct 14, 2:58 pm, "JTC^..^" <d...@jazztheca t.co.ukwrote:
      On 14 Oct, 19:43, puzzlecracker <ironsel2...@gm ail.comwrote:
      >
      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?
      Well, I want to fix indenting, remove extra empty lines, this so of
      thing.

      Comment

      • Peter Duniho

        #4
        Re: format all .cs files in the project using visual studio 2005

        On Tue, 14 Oct 2008 11:43:25 -0700, puzzlecracker <ironsel2000@gm ail.com>
        wrote:
        [question duplicated in microsoft.publi c.dotnet.framew ork, and perhaps
        others]
        Please do not multi-post. Learn to cross-post correctly.

        Comment

        • sasha

          #5
          Re: format all .cs files in the project using visual studio 2005

          On Oct 14, 4:12 pm, "Peter Duniho" <NpOeStPe...@nn owslpianmk.com>
          wrote:
          On Tue, 14 Oct 2008 11:43:25 -0700, puzzlecracker <ironsel2...@gm ail.com>
          wrote:
          >
          [question duplicated in microsoft.publi c.dotnet.framew ork, 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?

          Comment

          • puzzlecracker

            #6
            Re: format all .cs files in the project using visual studio 2005

            On Oct 14, 4:12 pm, "Peter Duniho" <NpOeStPe...@nn owslpianmk.com>
            wrote:
            On Tue, 14 Oct 2008 11:43:25 -0700, puzzlecracker <ironsel2...@gm ail.com>
            wrote:
            >
            [question duplicated in microsoft.publi c.dotnet.framew ork, 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

            Comment

            • Peter Duniho

              #7
              Re: format all .cs files in the project using visual studio 2005

              On Tue, 14 Oct 2008 17:35:00 -0700, puzzlecracker <ironsel2000@gm ail.com>
              wrote:
              >Please do not multi-post. Learn to cross-post correctly.
              >
              umm, cross-post -- how do you do that using google groups?
              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.

              Pete

              Comment

              • Tim Sprout

                #8
                Re: format all .cs files in the project using visual studio 2005

                puzzlecracker wrote:
                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

                Comment

                Working...