How to Autogenerate multiple getters/setters or accessors in Visual Studio -


before start, know there post , doesn't answer question: how generate getters , setters in visual studio?

in visual studio 2008 there ability auto generate getters , setters (accessors) right clicking on private variable -> refactor -> encapsulate field...

this great class has 2 or 3 methods, come on ms! when have ever worked class has few accessors?

i looking way generate few clicks (eclipse folks out there know talking - can right click class , select 'generate accessors'. done.). don't spending 20 minutes class clicking through wizards. used have .net 1.0 code generate classes, long gone , feature should standard ide.

update: might mention have found linq entities , sqlmetal cool ideas, , way beyond simple request in paragraph above.

sorry, need install resharper approximately same amount of refactoring support used in eclipse.

however, resharper gives dialog similar 1 used in eclipse: screenshot http://i35.tinypic.com/28a1004.png


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -