Closed zm-cttae closed 1 year ago
changed due date to May 01, 2023
marked the checklist item ✨ Implement a static extension contribution registry that can fallback to
vscode.extensions.all
. as completed
marked the checklist item ✨ Add Textmate grammar resolver methods that can map contributions to their source extensions. as completed
marked the checklist item ✨ Wire the contribution registry to the
TextmateLanguageService
API constructor. as completed
⚡️️ Feature Request
vscode-textmate-languageservice
available.Is your feature request related to a problem?
Describe the solution you'd like
vscode.extensions.all
.Tasks for the new maintainer
@zm-cttae
:TextmateLanguageService
API constructor.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
.NB: that we need to reverse sort data when computing active grammar or language definition.
Describe alternatives you've considered
Still rely on
vscode.ExtensionContext
but we want to make that optional!