microsoft / microsoft/vscode-json-languageservice
Let contributors suggest array item completions
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 326
- Forks
- 145
- Avg merge
- 22h 10m
- Merged PRs (30d)
- 9
Description
Currently, triggering completion inside an array does not collect completion items from contributors. It would be nice to be able to suggest additional completion items beyond the "New object" filler item, especially when the array is supposed to contain strings rather than objects.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Begin by locating the completion handling for arrays and the contributor completion API, then determine how string-item suggestions should be collected alongside the existing "New object" item; done means contributors can provide array item completions without breaking object-array behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100