No intellisense when referring array of objects #4108
-
Scenario Lets say i create a module to create a storage account and i want to loop over this module multiple times to create multiple storage accounts. I have defined a param like below
Now when i refer to this param inside a for loop while looping over a module like below, i do not get intellisense when i press item. ( ideally it should tell me that item has 2 properties called name and sku and intellisense should be provided)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for reporting this... and just to provide some feedback that maybe helpful for you. Intellisense will work as an example on a variable (as shown below), however it seems the issue here is that it is not picking up the default value that has provided by the parameter. I will open a related issue on this. |
Beta Was this translation helpful? Give feedback.
Hi @ranadeb-pramanick
Thanks for reporting this... and just to provide some feedback that maybe helpful for you.
Intellisense will work as an example on a variable (as shown below), however it seems the issue here is that it is not picking up the default value that has provided by the parameter.
I will open a related issue on this.