CodeEditApp / CodeEditApp/CodeEditSourceEditor
✨ Code Completion Provider
- Dominant language
- Swift
- Stars
- 719
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
# Overview
A completionProvider interface is needed to allow extensions to add code completion suggestions.
## Related API Documentation
- [CompletionProvider]( https://github.com/CodeEditApp/documentation/blob/main/api-reference/completion-provider.md)
## Resources
- https://code.visualstudio.com/api/references/vscode-api#CompletionItemProvider%3CT%3E
- https://github.com/microsoft/vscode-extension-samples/tree/main/completions-sample
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked CompletionProvider API documentation, then compare the VS Code CompletionItemProvider reference and completions sample. Define what extensions must provide and how completion suggestions should be exposed; done means an extension can add code completion suggestions through the new interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100