-
Website
http://john-sheehan.com/blog -
Original page
http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
smnbss
1 comment · 1 points
-
kevinpang
4 comments · 1 points
-
robconery
2 comments · 4 points
-
Craigslist Proxy
2 comments · -1 points
-
jeromepineau
2 comments · 1 points
-
-
Popular Threads
-
What REST APIs do you consume in your apps?
3 weeks ago · 5 comments
-
What REST APIs do you consume in your apps?
For your information I submitted this bug on Connect some time ago:
http://weblogs.asp.net/lduveau/archive/2008/03/...
And I ask you a hint if you can:
I dont' know if it's a problem in my installation of Visual Studio But today I used for the first time a snippet and When I pressed tab instead of going from the first placeholder to the second it simply inserted a tab in the placeholder variabile
such it happened in Visual Basic 2005.
Have you ever had such behaviour? Could it be generated from some crazy default setting?
Sabrina
[DefaultValue(false)]
public bool SomeProperty
{
get;
set;
}
I find the new way is breaking my code routine, because it's hard to make a property that's readonly.