Visual Studio - Tips And Tricks - Nieznany.pdf

(10215 KB) Pobierz
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Table of Contents for This Appendix
AdditionalTipsfromChapter1
AX.01 Getting Help Samples....................................................A7
AX.02 Make the Start Page Go Away.............................................A8
AX.03 Bringing Back the Start Page .............................................A8
AX.04 Show All Settings with Visual Basic ........................................A9
AX.05 Find Your Development Settings .........................................A10
AX.06 Settings Automatically Saved On Exit .....................................A11
AX.07 Customize Your Toolbars in Visual Studio 2008: Toolbars Tab ................A12
AX.08 Customize Your Toolbars in Visual Studio 2008: Commands Tab..............A15
AX.09 Hide or Show Default Buttons on a Toolbar................................A20
AX.10 Reset Toolbars .........................................................A21
AdditionalTipsfromChapter2
AX.11 Sorting Templates in the New Project Dialog Box ..........................A23
AX.12 Toggle Icon Size in the New Project Dialog Box ............................A24
AX.13 Choosing the StartUp Project............................................A25
AX.14 Linked Items in Projects.................................................A26
AX.15 Using the Miscellaneous Files Project .....................................A27
AX.16 Change the Order of Your Application Settings ............................A28
AX.17 Hide or Show the Solution File in Solution Explorer.........................A32
AX.18 New Project Dialog Preferred Language ..................................A33
AX.19 Optimizing Your Project Code ...........................................A35
AdditionalTipsfromChapter3
AX.20 Full Screen Mode.......................................................A38
AX.21 Split Your Windows Horizontally .........................................A39
AX.22 Sorting Items in the Toolbox.............................................A40
AX.23 Icon vs. List View in the Toolbox..........................................A41
AX.24 Hide the Status Bar.....................................................A43
AX.25 Remove the Navigation Bar..............................................A43
AX.26 Show Any Toolbar......................................................A44
AX.27 Changing Auto-Hide Behavior for Tool Windows...........................A45
AX.28 Closing a Tool Window Tab Group........................................A47
AX.29 Copy and Paste with the Command Prompt ...............................A47
A1
A2
Table of Contents
AX.30 Customize the Command Prompt ........................................A50
AX.31 Show All Toolbox Controls...............................................A57
AX.32 Server Explorer: Data Connections........................................A58
AX.33 Server Explorer: Server Event Logs........................................A62
AX.34 Server Explorer: Server Management Classes ..............................A65
AX.35 Window Layouts: File View ..............................................A68
AX.36 Rearrange Your Toolbars ................................................A70
AX.37 Create a Shortcut Key for a Macro........................................A71
AX.38 How to Run External Executables from the Command Window ..............A73
AdditionalTipsfromChapter4
AX.39 Close All But This on the File Tab Channel .................................A75
AX.40 Copy a File’s Full Path from the File Tab ...................................A75
AX.41 Understanding the File Tab Channel Drop-Down Button ....................A76
AX.42 How to Disable the IDE Navigator........................................A77
AX.43 Thumbnail Previews in the IDE Navigator..................................A79
AX.44 Changing Editors Using Open With.......................................A80
AdditionalTipsfromChapter5
AX.45 Using a Simple Quick Find...............................................A84
AX.46 Using the Find Combo Box ..............................................A85
AX.47 Customize the Files to Search with Find In Files ............................A87
AX.48 How to Show and Hide Find Messages....................................A89
AX.49 How to Not Automatically Search for the Currently Selected Word...........A91
AX.50 Setting Bookmarks .....................................................A91
AX.51 Organizing Bookmarks..................................................A93
AX.52 Navigating Bookmarks..................................................A94
AdditionalTipsfromChapter6
AX.53 Turn On Line Numbers..................................................A97
AX.54 Go to a Line Number ...................................................A98
AX.55 Comment and Uncomment Code ........................................A99
AX.56 Select the Current Word ...............................................A100
AX.57 Delete Through the Beginning or End of a Word ..........................A101
AX.58 Click and Drag Text to a New Location...................................A101
AX.59 Make Selection Uppercase or Lowercase .................................A104
AX.60 Brace Matching Rectangle..............................................A104
A3
Table of Contents
AX.61 Automatic Delimiter Highlighting .......................................A105
AX.62 Move or Select to the Top or Bottom of the Current View in the Editor.......A107
AX.63 Format the Current Document or Selection...............................A108
AX.64 Use F6 to Jump Between Split Windows..................................A109
AX.65 Turn Off Single-Click URL Navigation in the Editor.........................A109
AX.66 Hide the Vertical and/or Horizontal Scroll Bars............................A110
AX.67 How to Convert Tabs to Spaces and Vice Versa............................A111
AX.68 Delete Horizontal White Space..........................................A113
AX.69 Expanding Your Code with Outlining ....................................A114
AX.70 Collapsing or Expanding All Your Code with Outlining .....................A115
AX.71 Turn Off or Turn On Outlining ..........................................A116
AX.72 Understanding Virtual Space ...........................................A117
AX.73 Document Outline: WPF and Silverlight Projects ..........................A118
AX.74 Document Outline: Windows Form Projects ..............................A121
AX.75 Change the Tooltip Font Size ...........................................A124
AX.76 Change the Statement Completion Font Size .............................A125
AX.77 Vertical Split View for Web Projects .....................................A126
AX.78 Open JScript Braces on a New Line ......................................A127
AX.79 Insert Spaces vs. Keep Tabs.............................................A127
AX.80 View in Browser.......................................................A129
AX.81 Detect When a File Is Changed Outside the Environment...................A130
AX.82 Turn Off the Selection Margin ..........................................A131
AX.83 Reuse the Same Editor Window When Opening Files ......................A132
AX.84 Sharing Snippets with Your Team........................................A133
AX.85 Swap the Current Anchor Position.......................................A135
AX.86 Guidelines: A Hidden Feature for the Visual Studio Editor ..................A135
AX.87 Insert File as Text......................................................A138
AX.88 Indenting: Smart vs. Block vs. None......................................A139
AX.89 Change CSS Formatting................................................A140
AX.90 How to Turn Off Automatic IntelliSense..................................A142
AX.91 Disable HTML, CSS, or JScript IntelliSense ................................A142
AX.92 Design and XAML on Different Document Tabs ...........................A143
AX.93 Using Generate from Usage ............................................A145
AX.94 IntelliSense Suggestion Mode...........................................A148
AX.95 Turn Off Automatic Symbol Renaming When You Rename a File in
Solution Explorer......................................................A149
AX.96 Mark Methods and Types as Hidden from IntelliSense and the Object
Browser..............................................................A150
A4
Table of Contents
AdditionalTipsfromChapter7
AX.97 Set or Remove a Breakpoint ............................................A153
AX.98 Enable or Disable a Breakpoint..........................................A154
AX.99 Start Debugging vs. Start Without Debugging............................A155
AX.100 Set As Start Page......................................................A157
AX.101 Enable Debugging in Web.Conig .......................................A159
AX.102 View the Error List Window.............................................A160
AX.103 Show Error Help from Errors List Window ................................A161
AX.104 Hide or Show Error List When the Build Finishes with Errors ................A161
AX.105 Show the Output Window During Build..................................A162
AX.106 Navigate Among Errors in the Output Window ...........................A163
AX.107 Customize the Output Window .........................................A164
AX.108 Step Out of or Over a Method ..........................................A165
AX.109 Clearing Your DataTips.................................................A167
AX.110 Create User Tasks in the Task List........................................A169
AX.111 Show the Full File Path in the Task List ...................................A172
AX.112 Disable the Prompt for Deleting Items from the Task List...................A173
AX.113 Navigate Task List Entries with the Keyboard .............................A174
AX.114 Navigating Between Output Window Panes with the Keyboard .............A175
AX.115 The Watch Window: Moving Values Between Watch Windows..............A176
AX.116 The Immediate Window: Simple Printing and Changing Values..............A178
AX.117 The Immediate Window: Working with Members .........................A179
AX.118 The Immediate Window: Design-Time Breakpoints ........................A181
AX.119 The Immediate Window: Running Commands ............................A182
AX.120 Class View and Object Browser Icons ....................................A183
AX.121 Output Window vs. Immediate Window..................................A185
AX.122 The Object Browser: Settings ...........................................A186
AX.123 The Object Browser: Search.............................................A192
AX.124 The Object Browser: Objects Pane.......................................A195
AX.125 The Object Browser: Members Pane .....................................A203
AX.126 The Object Browser: Description Pane ...................................A205
AX.127 The Object Browser: Creating a Keyboard Shortcut for
Add To References ....................................................A206
A5
Table of Contents
AX.128 The Object Browser: Type-Ahead Selection...............................A208
AX.129 The Object Browser: Exporting Your Settings .............................A209
AX.130 The Immediate Window: Implicit Variables ...............................A211
AX.131 Show External Code ...................................................A213
AX.132 Understanding Just My Code ...........................................A215
AX.133 Attach To Process (Tools vs. Debug Menu)................................A218
AX.134 The Immediate Window: Running WinDbg and SOS (Son of Strike)
Commands ...........................................................A219
AX.135 Creating a Class Diagram from Class View ................................A224
AX.136 Placing the Call Stack and Call Hierarchy Windows ........................A224
AX.137 Delete All Breakpoints .................................................A226
AX.138 Make Object ID .......................................................A229
AX.139 Change Values from the Locals Window..................................A231
AX.140 Debug Executable Without Using Attach to Process .......................A232
AX.141 The Watch Window: Hexadecimal Display................................A234
AX.142 Edit And Continue.....................................................A235
AX.143 Print with Line Numbers ...............................................A237
AX.144 Printing the File Path in the Page Header.................................A238
AX.145 Printing in Different Fonts and Colors....................................A238
AX.146 Get Rid of the Splash Screen............................................A239
AX.147 Understanding Check Accessibility ......................................A240
AX.148 Automatic vs. Default in Fonts and Colors ................................A242
AX.149 Visual Studio Permissions Needed on Windows Vista or Later...............A248
AX.150 Show Advanced Build Conigurations....................................A251
AX.151 Emacs Emulation......................................................A252
AX.152 ViM Emulation........................................................A253
Zgłoś jeśli naruszono regulamin