Skip to content

Improve tab-completion for generic types #52

Description

@mklement0

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions