Azure / Azure/bicep

Quick fix for adding parameter/variable for missing variable

Open
#12,536 0 comments 1 reaction 0 assignees View on GitHub
enhancement good first issue
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 introducing a new variable i would like a quick fix to add a new param/var with the same name.
Starting with a new bicep file, adding resource that needs location, writing location: location, ctrl + . and not see Add new param = 😢.

**Describe the solution you'd like**
Add option in ctrl + '.' to Add new param and Add new variable for vs code extension.

Contributor guide

Open the contributing guide

Research direction

The issue identifies the VS Code extension and Ctrl+. quick-fix flow, but no files or tests. Start by locating the quick-fix or code-action implementation for missing variables, then determine how its available actions are tested. Done means Ctrl+. offers both “Add new param” and “Add new variable” for a missing variable.

Written by the indexing model from the issue text.

Assessment

Tech stack
vscode
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.