questor
New Member
2 Posts |
Posted - Jan 03 2008 : 09:40:14 AM
|
a "refactor whole project"-feature would be nice: rename all function-names (starting with upper or lowercase), renaming classes and stuff like that. I've looked at greatcode, but I want more styles than what gc can offer because gc don't build a ast or class-database (renaming functions should only act on the files in the project, so that windows-functions and stuff like that isn't changed) |
|
feline
Whole Tomato Software
United Kingdom
19025 Posts |
Posted - Jan 03 2008 : 10:11:55 AM
|
Are you talking about some form of code formatting? Changing the case / format of all symbol names in the project?
If so it is unlikely VA will ever offer something like this.
Rename already has a few edge cases, but since we normally present the rename dialog to the user when running a rename this is not to bad. But trying to rename everything is likely to show up the edge cases all over the place, and result in all sorts of problems.
This is before you start trying to work out how to specify / define the naming conventions to use. |
zen is the art of being at one with the two'ness |
|
|