About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: code completion
switch code snippet power
Today I discovered the code snippet with the best timesaving ever: switch. You can use it from the snippet menu (CTRL + K, X) or you can simply type switch and use code completion (CTRL + SPACE and TAB) Then … Continue reading
Posted in Development
Tagged case, case statement, code completion, code snippet, enum, placeholder, switch, Visual Studio 2010
Leave a comment