ClassExplorer icon indicating copy to clipboard operation
ClassExplorer copied to clipboard

Tab completion should be situationally incremental

Open SeeminglyScience opened this issue 8 years ago • 0 comments

The PowerShell engines type completion either completes based on the type name or by a section of namespace if there is a . character in the input. This should be supported in TypeArgumentCompleter, NamespaceArgumentCompleter and possibly AssemblyNameArgumentCompleter.

SeeminglyScience avatar Jan 08 '18 16:01 SeeminglyScience