From 372a6e088b41447b68dd1a47a040a473d746a5d8 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 25 Oct 2018 16:10:06 +0200 Subject: [PATCH] more readme updating --- completions-sample/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/completions-sample/README.md b/completions-sample/README.md index 022ec7f4..833077ad 100644 --- a/completions-sample/README.md +++ b/completions-sample/README.md @@ -5,3 +5,8 @@ This sample shows how to provide completions aka IntelliSense into the editor. T ![Sample](demo.gif) +## VS Code API + +### `vscode` module + +- [`languages.registerCompletionItemProvider`](https://code.visualstudio.com/docs/extensionAPI/vscode-api#languages.registerCompletionItemProvider)