Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Visual Studio rename plugin?

Visual Studio rename plugin?

Scheduled Pinned Locked Moved C#
csharpvisual-studiotutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iliyang
    wrote on last edited by
    #1

    Hi, I'm looking for a plug-in for Visual Studio .NET which can rename class and variable names safely and deeply. For example if I have a member variable in the class named binaryFormatter and I want to rename it to _binaryFormatter for instance, or I have a class named MyClass and I want to rename it to MyRenamedClass, the plug-in to rename all the occurrences safely. Anybody heard about some plug-in that can do this?

    D H 2 Replies Last reply
    0
    • I iliyang

      Hi, I'm looking for a plug-in for Visual Studio .NET which can rename class and variable names safely and deeply. For example if I have a member variable in the class named binaryFormatter and I want to rename it to _binaryFormatter for instance, or I have a class named MyClass and I want to rename it to MyRenamedClass, the plug-in to rename all the occurrences safely. Anybody heard about some plug-in that can do this?

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      All I've ever used is Replace under the Edit menu... RageInTheMachine9532 "...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

      1 Reply Last reply
      0
      • I iliyang

        Hi, I'm looking for a plug-in for Visual Studio .NET which can rename class and variable names safely and deeply. For example if I have a member variable in the class named binaryFormatter and I want to rename it to _binaryFormatter for instance, or I have a class named MyClass and I want to rename it to MyRenamedClass, the plug-in to rename all the occurrences safely. Anybody heard about some plug-in that can do this?

        H Offline
        H Offline
        Heath Stewart
        wrote on last edited by
        #3

        In Visual Studio 2005 (codename "Whidbey"), they are adding refactoring. I believe there is a commercial plugin for VS.NET 2003. Just google for "refactoring" and "VS.NET" or something similar.

        Microsoft MVP, Visual C# My Articles

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups