revilord
Programmer
- Oct 2, 2003
- 64
We have several developers working on the same VB code. When one user makes a line change VB will automatically change several variable names.
For example moduleName becomes ModuleName or vice versa.
From what I understand VB will find the first variable with that name and change the case on another variable with that name. The problem is that the variable names keep getting switched back and forth every time a different developer commits there changes to the code base. this means that a one line code change will actually change 200 lines of code making tracking changes rather cumbersome.
Is there anyway to control this behavior so all developers will have the same variable names.
Thanks
Robert
For example moduleName becomes ModuleName or vice versa.
From what I understand VB will find the first variable with that name and change the case on another variable with that name. The problem is that the variable names keep getting switched back and forth every time a different developer commits there changes to the code base. this means that a one line code change will actually change 200 lines of code making tracking changes rather cumbersome.
Is there anyway to control this behavior so all developers will have the same variable names.
Thanks
Robert