CodeEditSourceEditor icon indicating copy to clipboard operation
CodeEditSourceEditor copied to clipboard

✨ Code Completion Provider

Open jasonplatts opened this issue 2 years ago • 1 comments

Overview

A completionProvider interface is needed to allow extensions to add code completion suggestions.

Related API Documentation

Resources

  • https://code.visualstudio.com/api/references/vscode-api#CompletionItemProvider%3CT%3E
  • https://github.com/microsoft/vscode-extension-samples/tree/main/completions-sample

jasonplatts avatar Mar 22 '22 23:03 jasonplatts

I will drop this here as a reference https://microsoft.github.io/language-server-protocol/

maxzoech avatar Apr 11 '22 23:04 maxzoech