Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In new VS2012 the prop in intelisence doesn't work. In my opinion it should create code snipet for property isn't?

share|improve this question
1  
Works for me in C#. You may want to add some details to your question. – Brian Rasmussen Dec 11 '12 at 21:24
i have VS2012 express – kosnkov Dec 11 '12 at 21:29
Can you check that there are snippets in the 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC#\Snippets\1033\Visual C#' folder? (or whatever the equivalent folder is for your installation) – Richard Banks Dec 11 '12 at 23:36

1 Answer

You can add a custom snippet which does what Prop does; Look at how to add a custom snippet and you'll be able to replicate the functionality.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.