Closed zm-cttae closed 1 year ago
test
npm test
Related to #22 - microsoft/vscode#99356.
Add API convenience methods for scope data related to Textmate.
getTokenInformationAtPosition
vscode.TokenInformation
getScopeInformationAtPosition
TextmateToken
getScopeRangeAtPosition
vscode.Range
🏗️ Pull Request
test
folder).npm test
.👷🏾♀️ Fixes
Related to #22 - microsoft/vscode#99356.
Description
Add API convenience methods for scope data related to Textmate.
What changes have you made?
getTokenInformationAtPosition
method to main API for polyfill -vscode.TokenInformation
.getScopeInformationAtPosition
method to get Textmate token data -TextmateToken
.getScopeRangeAtPosition
method to get token range -vscode.Range
.What tests have you completed?
Anything else worth mentioning?