https://github.com/bradlc/vscode-completion-issue
https://github.com/bradlc/vscode-completion-issue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradlc/vscode-completion-issue
- Owner: bradlc
- Created: 2022-12-16T11:12:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T19:56:40.000Z (about 2 years ago)
- Last Synced: 2025-01-03T04:52:47.279Z (4 months ago)
- Language: TypeScript
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Completion Item Provider Sample
This sample shows how to provide completions aka IntelliSense into the editor. The sample uses the `CompletionItemProvider` api.

## VS Code API
### `vscode` module
- [`languages.registerCompletionItemProvider`](https://code.visualstudio.com/api/references/vscode-api#languages.registerCompletionItemProvider)