diff --git a/completions-sample/README.md b/completions-sample/README.md index 7e2b11fd..022ec7f4 100644 --- a/completions-sample/README.md +++ b/completions-sample/README.md @@ -1 +1,7 @@ # 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) + + diff --git a/completions-sample/demo.gif b/completions-sample/demo.gif new file mode 100644 index 00000000..ac18015f Binary files /dev/null and b/completions-sample/demo.gif differ