You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@ ClassExplorer is a PowerShell module that enables quickly searching the AppDomai
21
21
This project adheres to the Contributor Covenant [code of conduct](https://github.com/SeeminglyScience/ClassExplorer/tree/master/docs/CODE_OF_CONDUCT.md).
22
22
By participating, you are expected to uphold this code. Please report unacceptable behavior to seeminglyscience@gmail.com.
23
23
24
-
## Features
25
-
26
-
- Quickly find specific classes, methods, properties, etc
27
-
- Use builtin parameters that utilize compiled filters for performance
28
-
- Create a fully custom search using a ScriptBlock
29
-
- Supported for PowerShell Core (tested in Windows and Linux)
30
-
- Type name completion on any Type parameters
31
-
- All string parameters accept wildcards (or regex with a switch parameter)
24
+
## Why
25
+
26
+
Whenever you're working with a new library you may frequently come across a scenario where you:
27
+
28
+
1. Have an object of a specific type that you're unsure what accepts it
29
+
1. Need an object of a specific type, and you don't know what returns it
30
+
1. Are looking for an example of a method that fits a certain signature
31
+
32
+
This module was created to make all of those problems easy to solve without being forced to look at documentation online.
0 commit comments