PowerShell / PSArm

PSArm is a PowerShell module that provides a PowerShell-embedded domain-specific language (DSL) for Azure Resource Manager (ARM) templates
MIT License
78 stars 19 forks source link

Improve argument completion to make the DSL read better #4

Closed daxian-dbw closed 4 years ago

daxian-dbw commented 4 years ago

Handle quotes properly, and also enclose the completion text in single quotes by default to make the DSL easier to read before we have the true syntax coloring support in VSCode editor.