Files
vscode-extension-samples/completions-sample
Matt Bierner 5d3686b7dc Bump old vscode versions
This bumps the `@types/vscode` and `engines: vscode` on packages that were using very old versions. These old versions used a `vscode.d.ts` that didn't include proper link support. We've also made a number of fixes and improvements to `vscode.d.ts` that are useful to extension authors
2023-01-30 21:11:11 -08:00
..
2023-01-30 21:11:11 -08:00
2023-01-30 21:11:11 -08: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