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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
Powertab is an extension of the PowerShell [tab expansion](http://docs.microsoft.com/en-us/powershell/scripting/core-powershell/console/using-tab-expansion?view=powershell-6) feature.
4
4
5
-

5
+

6
6
7
7
PowerTab offers enhanced tab expansion for PowerShell.
8
8
9
9
**Major Features:**
10
10
-**Context Sensitive** - Leverages the PowerShell parser for context appropriate tab expansion.
11
-
-**Extensible** - Offers extension points for additional contexts, such as other PowerShell modules or native applications, with [Tab Expansion Handlers](Docs/Development/Handlers.md).
12
-
-**Supports Many PowerShell Hosts** - Works in any PowerShell host that runs tab expansion. See the [Host Support](Docs/Usage/HostSupport.md) page.
13
-
-**New Interfaces** - Offers several GUI options for displaying tab expansion options using [Tab Item Selectors](Docs/Usage/ItemSelectors.md).
11
+
-**Extensible** - Offers extension points for additional contexts, such as other PowerShell modules or native applications, with [Tab Expansion Handlers](docs/Development/Handlers.md).
12
+
-**Supports Many PowerShell Hosts** - Works in any PowerShell host that runs tab expansion. See the [Host Support](docs/Usage/HostSupport.md) page.
13
+
-**New Interfaces** - Offers several GUI options for displaying tab expansion options using [Tab Item Selectors](docs/Usage/ItemSelectors.md).
0 commit comments