bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Completion for module MCR/ACR references is very dependent on the cursor being at particular parts of the string

Open StephenWeatherford opened this issue 2 years ago • 2 comments

top-level

module a '<cursor>': works as expected module a 'b<cursor>': no MCR/ACR completion (expecting 'br/') module a 'br<cursor>': no MCR/ACR completion (expecting 'br/')

alias

module a 'br/<cursor>': works as expected module a 'br/p': no MCR/ACR completion (expecting 'br/public:') module a 'br/p': no MCR/ACR completion (expecting 'br/public:')

modulename

module a 'br/public:<cursor>': works as expected module a 'br/public:app<cursor>': no completion (expected 'br/public:app/dapr-containerapp:', 'br/public:app/dapr-containerapps-environment:') module a 'br/public:app/<cursor>': no completion (expected 'br/public:app/dapr-containerapp:', 'br/public:app/dapr-containerapps-environment:')

version

module a 'br/public:app/dapr-containerapp:<cursor>': works as expected module a 'br/public:app/dapr-containerapps-environment:1<cursor>': no completion

Examples: image image

StephenWeatherford avatar Apr 07 '23 19:04 StephenWeatherford

@StephenWeatherford, can we close this?

puicchan avatar Sep 21 '23 22:09 puicchan

No, this is not fixed.

StephenWeatherford avatar Oct 02 '23 21:10 StephenWeatherford