Visual Studio 2005 Add-In

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Hello all,

Does anyone know of a tool where you can highlight your private member
variables click some button and it creates your public member
variables?

Just being lazy really!

Thanks,

Jon
 
Hello Jon,
Hello all,

Does anyone know of a tool where you can highlight your private member
variables click some button and it creates your public member
variables?

DevExpress Coderush, JetBrains Resharper or just use the built in refactorings
that exist in Visual Studio.

There are probably even more tools out there, but these are the ones I tried.
 
Back
Top