ShareThis

Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

Monday, July 9, 2012

[VS] Visual Studio duplicate row shortcut

To duplicate a row in Visual Studio:

Ctrl + C, Ctrl + V

You don't need to have any of the line selected. As long as the cursor is in the line, it will be duplicated.

Friday, June 8, 2012

How to include files to Visual Studio project (files in folder are not showing up in Visual Studio)

1. Make sure that this button is enabled at the top of your solution explorer. (Show all files)

2. Refresh your solution.


3. Your excluded project files should now show as a blank file icon in your folders.


4. Select as many as you want, then right click ans select "Include in Project"

5. Done!

Monday, June 4, 2012

Visual studio 2010 javascript comment out shortcut keys


Visual Studio 2008 Full Version:
Comment    ctrl-k, ctrl-c
uncomment  ctrl-k, ctrl-u
Visual Web Developer 2008 Express:
Comment    ctrl-k, ctrl-c
uncomment  ctrl-k, ctrl-u
Visual C# 2008 Express:
Comment    ctrl-e, ctrl-c
uncomment  ctrl-e, ctrl-u