Hook up Typescript Lang Features to new multi-doc highlight api #198469
Labels
editor-highlight
Editor selection/word highlight issues
insiders-released
Patch has been released in VS Code Insiders
on-testplan
Milestone
Looking at the Typescript word highlighter, it looks like typescript already supports multi-document semantic highlighting. Using the parameter on L29 in the below snippet, more files can likely be passed in via the extHost and semantic highlight should work for multiple files out of the box.
vscode/extensions/typescript-language-features/src/languageFeatures/documentHighlight.ts
Lines 17 to 38 in 0acd272
The text was updated successfully, but these errors were encountered: