Facebook Upside down Commenter
SITE IS UPDATING......
Ctrl+Shift+R
to record a new temporary macro. Press Ctrl+Shift+R
to stop recording. Ctrl+Shift+P
to play the recorded macro.Ctrl+Shift+V
cycles through the clipboard ring. You can copy/cut multiple times from one area of code, then go to another area and paste them one after another.(Ctrl+Alt+X)
window has multiple tabs. You can drag and drop code onto this window and copy it elsewhere. Some tabs do not allow dropping code into them; those that allow will have the appropriate icon. The General tab works for me.Ctrl+-
i.e. Ctrl + Hyphen. This cycles you through the code positions you visited.Ctrl+Shift+-
to navigate in the opposite direction.Ctrl+i
. Then type the word you want to search. Hit backspace to clear a character and enter to finish. Pressing F3 after this will work as usual, i.e. search for the next occurrence of previous search.Ctrl+i
- Ctrl+i
works like F3.Ctrl+]
takes you to the matching brace. It also takes you to the matching comment, region or quote depending on what is at the cursor now.F4
), Solution Explorer (Ctrl+Alt+L
), Output Window (Ctrl+Alt+O
), Task List (Ctrl+Alt+K
) etc. However, they take up a lot of space. An easy way around this is to use the auto hide feature.New Horizontal Tab Group
. This will move the window into a split window, allowing you to see both files. You can add more files to this new tab group and also move files back to the previous group by choosing Move To Previous Tab Group
.Ctrl+Alt+K
) allows you to keep track of the things you have to do. Right click on the Task List window and choose Show Tasks|All
to see a list of tasks. Ctrl+Shift+F12
to cycle through your list of tasks.Tools|Options|Environment|Task List|Comment Tokens
and make your changes. You can change the priority appearance of each comment token too.Ctrl+K
, Ctrl+H
. This will add the current line to the task list.Ctrl+Space
or Alt+RightArrow
to auto-complete the word. Intellisense suggestions may pop up a window if there is more than one possibility.Ctrl+Shift+Space
to bring up the intellisense suggestions window. When giving parameters for functions, I often need to escape the suggestions window to check another part of code. To bring it back, I used to delete a comma and then type it again; but this is easier.Ctrl+R Ctrl+R
Tools|Options|Text Editor|All Languages|General|Word Wrap
All Languages
.Tools|Options|Text Editor|All Languages|General|Line numbers
.All Languages
.Ctrl+Alt+F
or choose View|Other Windows|Favorites
.Edit|Bookmarks
. Bookmarks allow you to mark places in your code that you would want to come back to.Ctrl+K
, Ctrl+K
Ctrl+K
, Ctrl+N
Ctrl+K
, Ctrl+P
Ctrl+K
, Ctrl+L
Ctrl+K
, Ctrl+F
Ctrl+U
Ctrl+Shift+U
Ctrl+K
, Ctrl+C
Ctrl+K
, Ctrl+U
Ctrl+M
, Ctrl+M
Ctrl+M
, Ctrl+L
Ctrl+M
, Ctrl+P
Ctrl+M
, Ctrl+O
Ctrl+Shift+B
Ctrl+F5
F5
F8