It would be nice for completion to be smarter about the context.
For example, if I type:
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:
It would be nice for completion to be smarter about the context.
For example, if I type:
As currently implemented, when I hit TAB< I get commands like
newagain even though it doesn't make sense.Completion should only suggest valid arguments to the
newsub-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: