Skip to content

Commit

Permalink
Created TOC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Jun 28, 2017
1 parent dbebaba commit 9b8d832
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Documentation/TOC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<div align=center>
<img alt="Rubberduck" src="https://user-images.githubusercontent.com/5751684/27618261-345356f4-5b89-11e7-94de-bd782fc7cb66.png" width=50%/>
<h1>Owner's Manual</h1>
<hr/>
</div>

## Table of Contents

1. **Getting Started**
1. **Installing**
1. Local admin user
1. Non-admin user
1. Rubberduck installer FAQ
1. **Overview**
1. Welcome to your new VBE
1. How to use your ducky
1. **Unit Testing**
1. What are AAA unit tests?
1. Test Modules
1. Test Methods
1. AssertClass vs PermissiveAssertClass
1. FakesProvider
1. Settings
1. Test Explorer toolwindow
1. Writing testable code
1. **Smart Indenter**
1. Configuring indenter preferences
1. Indenter commands
1. **Refactorings**
1. Encapsulate Field
1. Extract Interface
1. Extract Method
1. Implement Interface
1. Introduce Field
1. Introduce Parameter
1. Move Closer to Usage
1. Remove Parameters
1. Rename
1. Reorder Parameters
1. **Code Inspections**
1. Configuring inspections
1. Using the Code Inspections toolwindow
1. Quick-fixes
1. [All released inspections](http://rubberduckvba.com/inspections/list)
1. **Navigation Tools**
1. Code Explorer toolwindow
1. Find Symbol dialog
1. Find all references
1. Go to implementation
1. **Other tools**
1. TODO items
1. Regex assistant
1. Context-sensitive command bar
1. **Source Control**
1. About Rubberduck Source Control
1. **Annotations**
1. Module annotations
1. Member annotations

0 comments on commit 9b8d832

Please sign in to comment.