Azure / Azure/bicep

More intelligent initial resource suggestions

Open
#3,429 2 comments 1 reaction 0 assignees View on GitHub
enhancement investigate
Dominant language
Bicep
Stars
3.6k
Forks
830
Avg merge
1d 21m
Merged PRs (30d)
79

Description

**Is your feature request related to a problem? Please describe.**
When beginning auto completion for a resource type in a resource declaration, it would be nice iv VS Code could use the name I've given the resource to more intelligently show suggestions

**Describe the solution you'd like**
In the following example I've named the resource `containerGroup`, when auto completing the resource type it would be nice if Code completion listed `Microsoft.ContainerInstance/containerGroups` as the first suggestion.

![image](https://user-images.githubusercontent.com/289860/124098875-dcb6af00-da54-11eb-91e1-0bd537a2dd11.png)

Contributor guide

Open the contributing guide

Research direction

Reproduce the resource declaration autocomplete scenario in VS Code using the named resource `containerGroup`. Investigate the completion entry point and determine how suggestions are ranked; done means `Microsoft.ContainerInstance/containerGroups` appears first for that name.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, vscode
Domain
cloud, devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.