Paste as Bicep: Allow pasting "propertyName: propertyValue" fragment as Bicep
Open
devdiv
P2
story: decompiler
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 79
Description
I.e., allow pasting the following incomplete fragment from JSON (not valid by itself) into Bicep:
```json
"property1": 123,
"property2": "value"
```
=>
```bicep
property: 123
property2: "value"
```
Contributor guide
Research direction
Start by locating the repository's paste-as-Bicep handling and the tests covering JSON-to-Bicep conversion. Use the example in the issue as the acceptance case: an incomplete JSON property fragment should paste as a valid Bicep property fragment without requiring the JSON to be valid by itself.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100