Skip to content

Output Type Tab Completion #8

@StefanGreve

Description

@StefanGreve

Currently in version 1.3.2, the Get-Task and Get-TodoList Cmdlets declare their output type as

- [OutputType([Task])]
+ [OutputType("Task")]

By passing Task as a string to the OutputType attribute, tab completion no longer works for things like

gtask 1 | select <TAB> # properties

While that's not exactly a bug, it's a nice-to-have feature that improves the user experience quite a lot in my opinion.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions