Skip to content

Commit

Permalink
Added signature help (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
majastrz committed Jan 8, 2021
1 parent ee599b3 commit 4ce3214
Show file tree
Hide file tree
Showing 40 changed files with 4,983 additions and 1,102 deletions.
Expand Up @@ -39,6 +39,9 @@
"textEdit": {
"range": {},
"newText": "extensionResourceId($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -53,6 +56,9 @@
"textEdit": {
"range": {},
"newText": "listKeys($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -67,6 +73,9 @@
"textEdit": {
"range": {},
"newText": "pickZones($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -81,6 +90,9 @@
"textEdit": {
"range": {},
"newText": "providers($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -95,6 +107,9 @@
"textEdit": {
"range": {},
"newText": "reference($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -109,6 +124,9 @@
"textEdit": {
"range": {},
"newText": "resourceGroup($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -123,6 +141,9 @@
"textEdit": {
"range": {},
"newText": "resourceId($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -137,6 +158,9 @@
"textEdit": {
"range": {},
"newText": "subscription($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand All @@ -151,6 +175,9 @@
"textEdit": {
"range": {},
"newText": "subscriptionResourceId($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
},
{
Expand Down Expand Up @@ -179,6 +206,9 @@
"textEdit": {
"range": {},
"newText": "tenantResourceId($0)"
},
"command": {
"command": "editor.action.triggerParameterHints"
}
}
]

0 comments on commit 4ce3214

Please sign in to comment.