Is there any tool may provide the functionity changing variable's name automaticlly through entire code.

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

    Is there any tool may provide the functionity changing variable's name automaticlly through entire code.

    Hi,
    When programming, some time there is a need to change some variables'
    name while finding a better name. However manually change it one by one is
    so tedious and time-consuming.
    What I am looking for is a tool that may provide the functionity
    automaticlly changing variable's name through entire code.
    Please tell me if you know that no matter it is specialized to C++,C# or
    C. Any lanugage is welcome. Thx.

    zlf


  • Peter Kirk

    #2
    Re: Is there any tool may provide the functionity changing variable's name automaticlly through entire code.

    "zlf" <zlfcn@hotmail. com> skrev i en meddelelse
    news:e5DQEGROFH A.3444@tk2msftn gp13.phx.gbl...[color=blue]
    > Hi,
    > When programming, some time there is a need to change some variables'
    > name while finding a better name. However manually change it one by one is
    > so tedious and time-consuming.
    > What I am looking for is a tool that may provide the functionity
    > automaticlly changing variable's name through entire code.
    > Please tell me if you know that no matter it is specialized to C++,C#
    > or C. Any lanugage is welcome. Thx.[/color]

    If you search for ".net refactoring" with google there are a lot of hits.
    Maybe one of them can help.


    Comment

    • Gabriel Lozano-Morán

      #3
      Re: Is there any tool may provide the functionity changing variable's name automaticlly through entire code.

      A simple search & replace?

      Gabriel Lozano-Morán

      "zlf" <zlfcn@hotmail. com> wrote in message
      news:e5DQEGROFH A.3444@tk2msftn gp13.phx.gbl...[color=blue]
      > Hi,
      > When programming, some time there is a need to change some variables'
      > name while finding a better name. However manually change it one by one is
      > so tedious and time-consuming.
      > What I am looking for is a tool that may provide the functionity
      > automaticlly changing variable's name through entire code.
      > Please tell me if you know that no matter it is specialized to C++,C#
      > or C. Any lanugage is welcome. Thx.
      >
      > zlf
      >[/color]


      Comment

      • zlf

        #4
        Re: Is there any tool may provide the functionity changing variable's name automaticlly through entire code.

        Hi,
        By searching for ".net refactoring" with google I found a tool named
        "ReSharper" and it is great.
        BTW: Eclipse is intergated with such refactoring tool too.

        Thank you

        zlf

        "Peter Kirk" <pk@alpha-solutions.dk> дÈëÏûÏ¢ÐÂÎÅ:u1 uWfPROFHA.2704@ TK2MSFTNGP15.ph x.gbl...[color=blue]
        > "zlf" <zlfcn@hotmail. com> skrev i en meddelelse
        > news:e5DQEGROFH A.3444@tk2msftn gp13.phx.gbl...[color=green]
        >> Hi,
        >> When programming, some time there is a need to change some variables'
        >> name while finding a better name. However manually change it one by one
        >> is so tedious and time-consuming.
        >> What I am looking for is a tool that may provide the functionity
        >> automaticlly changing variable's name through entire code.
        >> Please tell me if you know that no matter it is specialized to C++,C#
        >> or C. Any lanugage is welcome. Thx.[/color]
        >
        > If you search for ".net refactoring" with google there are a lot of hits.
        > Maybe one of them can help.
        >[/color]


        Comment

        • zlf

          #5
          Re: Is there any tool may provide the functionity changing variable's name automaticlly through entire code.

          Hi,
          search & replace is OK. And I just find a refactor tool such as
          "ReSharper" can make it more automaticlly. Thank you all the same.

          zlf

          "Gabriel Lozano-Morán" <gabriel.lozano @the-ecorp.com> дÈëÏûÏ¢ÐÂÎÅ:OD tEXRROFHA.4052@ TK2MSFTNGP12.ph x.gbl...[color=blue]
          >A simple search & replace?
          >
          > Gabriel Lozano-Morán
          >
          > "zlf" <zlfcn@hotmail. com> wrote in message
          > news:e5DQEGROFH A.3444@tk2msftn gp13.phx.gbl...[color=green]
          >> Hi,
          >> When programming, some time there is a need to change some variables'
          >> name while finding a better name. However manually change it one by one
          >> is so tedious and time-consuming.
          >> What I am looking for is a tool that may provide the functionity
          >> automaticlly changing variable's name through entire code.
          >> Please tell me if you know that no matter it is specialized to C++,C#
          >> or C. Any lanugage is welcome. Thx.
          >>
          >> zlf
          >>[/color]
          >
          >[/color]


          Comment

          Working...