Add the proof-of-concept tab completion support to the DSL:
Argument completer to the -Name and -Value of the Property function. It's able to figure out the context and provide completion results based on the context.
Argument completer to the -ResourceName of the ResourceId function.
In future, we should be able to complete arguments for the -Type parameter of the Resource function.
Add the proof-of-concept tab completion support to the DSL:
-Name
and-Value
of theProperty
function. It's able to figure out the context and provide completion results based on the context.-ResourceName
of theResourceId
function.In future, we should be able to complete arguments for the
-Type
parameter of theResource
function.