Files
vscode-extension-samples/completions-sample
Matt Bierner dce3875a93 Don't set explicit lib in tsconfigs
The one we get from the `target` is correct in almost all cases for VS Code
2019-05-30 18:24:08 -07:00
..
2018-10-25 12:59:36 +02:00
2018-10-25 12:59:36 +02:00
2018-10-25 11:56:47 +02:00

Completion Item Provider Sample

This sample shows how to provide completions aka IntelliSense into the editor. The sample uses the CompletionItemProvider api.

Sample

VS Code API

vscode module