-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
We have lots of different short cuts and tools to do our everyday jobs when in Visual Studio (VS for short). There is a lot in VS I don't know because I don't need to know. As you develop your coding skills you will see what you need to know and don't. To start with though, explore the `File` menu and `Edit` menu. From `File` you can open and close project, create new ones, and open recent projects/solutions. Edit lets you do all sorts of stuff text manipulation: Find/Replace, Copy line, sort lines, make uppercase/lowercase, comment, indent, etc. Some of my favorite VS shortcuts are:
* Copy/Cut/Paste a whole row
* Move a line of code up or down
* Auto format document on save
* Sort and remove unused using statements
* Go To ...
All menus are context aware. That means, depending on where you last clicked tabbed off of, etc the menu options change. For example, close all files then open the `Edit` menu. Different stuff is in there.
Lastly, everything in all the menus can be configured to a hot key. Checkout `Tools` > `Options` for everything you can possibly configure. Visual Studio can be reset to "factory settings" so I would not worry too much about what you change. Factory reset is pretty easy. If you mess something up (or think you did), just go to `Tools` > `Import and Export Settings...` and select `Reset all settings`. When you get to the `Choose your Default Collection of Settings` screen, pick `Visual C#`.
Metadata
Metadata
Assignees
Labels
No labels