codemirror-ts
codemirror-ts copied to clipboard
Get completion details
There's a whole new world of information we can add to completions by using
const details =
typescriptEnvironment.languageService.getCompletionEntryDetails(
path,
idx,
entry.name,
{},
entry.source,
{},
entry.data
);