Visual Studio Features Directly see the value of return statment Copy paste from one vs instance to another Copy a class and directly paste in another vs instanceThere is no hassle of creating one class in another instance and paste the previous content. Code Cleanup Analyze Code cleanup ==> Configure code clean upSelect “Format Document” Color usertypes sticky scroll lines and brace pair color copy and copy row Comment Ctrl+/ to comment a sectionAgain press Ctrol+/ to uncomment. //if (true) //{ // var a = 5; //} Name suggestion It works for variable names, class names etc