II. Precautions: Non-Medical
- Not for Medical Care
- The author uses several software packages and programming languages to develop FPnotebook content
- For convenience, a dozen pages in FPNotebook are dedicated to quick notes on content creation
III. Technique: Keyboard Shortcuts for Editing
- Ctrl K-S
- Surround with
- Shift-Alt-W (web page)
- Wrap in div
- Ctrl-K-D
- Format page
- Ctrl-C and Ctrl-V
- If nothing selected, copy and paste the current line onto a new line immediately below
- Ctrl-Shift-V
- Cycle clipboard ring
- Alt-Select
- Multi-line Select
IV. Technique: Keyboard Shortcuts for navigation
- Ctrl-F
- Find
- F3
- Find Next
- F12
- Go to Definition
- Shift-F12
- Find all references
- Shift-Alt-F12
- Quick Find Symbol
- Ctrl+";"
- Solution Explorer searchbox
- Ctrl-Q
- Search Menu Items
- Filter search options with "@"
V. Technique: Keyboard Shortcuts for tooling
- Alt "/."
- Open Package Manager Console
- Alt-W-L
- Close all documents
VI. Technique: Keyboard Shortcuts for refactoring
- Ctrl "."
- Fix Suggestions
- Ctrl-R-M
- Refactor to new method
- Ctrl-R-R
- Rename
- Ctrl-R-E
- Encapsulate Field
- Ctrl-R-I
- Extract Interface
VII. Technique: Running/Debugging
- Ctrl-F5
- Run the selected project in non-debug mode
- Pearl: Change the solution properties, to run the selected project first
VIII. Technique: Keyboard Shortcuts (with extensions)
- Shift-F2
- Add New File (extension)
IX. Resources
- MSDN - Frequently used commands
- MSDN - Full List of Shortcuts