This repository was archived by the owner on Apr 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ highlighting and indentation information.</p>
6262<dd ><p >A collection of JavaScript-related
6363<a href =" https://codemirror.net/docs/ref/#autocomplete.snippet " >snippets</a >.</p >
6464</dd >
65+ <dt id =" user-content-typescriptsnippets " >
66+ <code ><strong ><a href =" #user-content-typescriptsnippets " >typescriptSnippets</a ></strong >: <a href =" https://codemirror.net/docs/ref#autocomplete.Completion " >Completion</a >[ ] </code ></dt >
67+
68+ <dd ><p >A collection of snippet completions for TypeScript. Includes the
69+ JavaScript <a href =" #user-content-snippets " >snippets</a >.</p >
70+ </dd >
6571<dt id =" user-content-localcompletionsource " >
6672 <code ><strong ><a href =" #user-content-localcompletionsource " >localCompletionSource</a ></strong >(<a id =" user-content-localcompletionsource^context " href =" #user-content-localcompletionsource^context " >context</a >: <a href =" https://codemirror.net/docs/ref#autocomplete.CompletionContext " >CompletionContext</a >) → <a href =" https://codemirror.net/docs/ref#autocomplete.CompletionResult " >CompletionResult</a > | <a href =" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/null " >null</a ></code ></dt >
6773
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ to communication around the project.
3030@autoCloseTags
3131
3232@snippets
33+ @typescriptSnippets
3334@localCompletionSource
3435@completionPath
3536@scopeCompletionSource
You can’t perform that action at this time.
0 commit comments