codemirror-ts icon indicating copy to clipboard operation
codemirror-ts copied to clipboard

Get completion details

Open tmcw opened this issue 1 year ago • 0 comments

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
        );

tmcw avatar Jan 10 '24 15:01 tmcw