Skip to content

Consider completing arguments to sub commands when using dotnet 1.x CLI #4

@lzybkr

Description

@lzybkr

It would be nice for completion to be smarter about the context.

For example, if I type:

dotnet new <TAB>

As currently implemented, when I hit TAB< I get commands like new again even though it doesn't make sense.

Completion should only suggest valid arguments to the new sub-command or valid templates for a new project.

To see one way to do this, see here - this code supports completing service names in the following context:

net start <TAB>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions