An open API service indexing awesome lists of open source software.

https://github.com/bradlc/vscode-completion-issue


https://github.com/bradlc/vscode-completion-issue

Last synced: 2 months ago
JSON representation

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.

![Sample](demo.gif)

## VS Code API

### `vscode` module

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