Like in Eclipse for Java, where it can auto-generate getters and setters for class variables, can Visual Studio 2010 do this as well?
Like in Eclipse for Java, where it can auto-generate getters and setters for class
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I usually type
propin the code editor and then press Tab twice. Another possibility is to right click on the private field andRefactor -> Encapsulate Field ...or Ctrl+R,E but the first method is more convenient for me.