-
Couldn't load subscription status.
- Fork 9
Open
Description
First things first: Great module, thanks for sharing.
When you tab-complete a generic type, the ` characters don't get escaped, which means that the completed results cannot be used as-is; e.g.:
# Select 'List[1]' for completion
Find-Type List<tab>This yields Find-Type List`1, which does not work, because the ` needs escaping (Find-Type List``1)
Similarly, neither Find-Type List`<tab> nor Find-Type List[<tab> result in a completion.
Metadata
Metadata
Assignees
Labels
No labels