If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
In this video, we're exploring 20 essential shortcuts in Visual Studio that will make you a more efficient coder. Master these shortcuts to speed up your workflow and enhance your productivity.
🔍 Chapters:
0:00 Intro
0:29 CTRL + K C and CTRL + K U - Comment and uncomment code efficiently.
0:35 CTRL + K D - Format your document quickly.
0:56 CTRL + , and CTRL + Q - Navigate your code with ease.
2:00 CTRL + G - Go to a specific line number.
2:10 ALT + / - Quick access to IntelliSense suggestions.
2:23 CTRL + K S - Insert a snippet.
2:43 CTRL + R CTRL + R - Rename variables and more.
3:09 PROP TAB and CTOR TAB - Auto-generate properties and constructors.
3:27 CTRL + L and CTRL + SHIFT + TAB - Advanced navigation.
3:52 ALT + UP and ALT + DOWN - Move lines up or down.
4:02 CTRL + ALT + B - Build your solution.
4:28 CTRL + SHIFT + F9 - Remove breakpoints.
4:48 CTRL + M + O, CTRL + M M, and CTRL + M P - Manage code folding.
5:04 CTRL + R W - Refactor…...more
20 Must-Know Visual Studio Shortcuts for Developers
651Likes
27,538Views
Jul 182024
In this video, we're exploring 20 essential shortcuts in Visual Studio that will make you a more efficient coder. Master these shortcuts to speed up your workflow and enhance your productivity.
🔍 Chapters:
0:00 Intro
0:29 CTRL + K C and CTRL + K U - Comment and uncomment code efficiently.
0:35 CTRL + K D - Format your document quickly.
0:56 CTRL + , and CTRL + Q - Navigate your code with ease.
2:00 CTRL + G - Go to a specific line number.
2:10 ALT + / - Quick access to IntelliSense suggestions.
2:23 CTRL + K S - Insert a snippet.
2:43 CTRL + R CTRL + R - Rename variables and more.
3:09 PROP TAB and CTOR TAB - Auto-generate properties and constructors.
3:27 CTRL + L and CTRL + SHIFT + TAB - Advanced navigation.
3:52 ALT + UP and ALT + DOWN - Move lines up or down.
4:02 CTRL + ALT + B - Build your solution.
4:28 CTRL + SHIFT + F9 - Remove breakpoints.
4:48 CTRL + M + O, CTRL + M M, and CTRL + M P - Manage code folding.
5:04 CTRL + R W - Refactor and extract method.
5:18 Conclusion
🙌 Special Shoutout: Thanks to Lee for submitting an awesome shortcut! Check it out here: https://x.com/LeeEnglestone/status/18...
📘 Learn More: