Resource list* function completions do not have documentation
Open
documentation
enhancement
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 79
Description
Screenshot:

Repro (cursor to request completions at marked with `|`):
```bicep
resource stg 'Microsoft.Storage/storageAccounts@2021-09-01' existing = {
name: 'foo'
}
var stgKeys = stg.li|
```
Contributor guide
Research direction
Reproduce the completion request at `stg.li|` in the Bicep example and inspect the resource-list function completion entry. Trace the completion-generation entry point for member functions and add documentation to these entries; done when the completion UI shows documentation for the applicable resource list functions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100