Adding the possibility to enrich hovers with additional data (#210472)

Adding the possibility to enrich hovers with additional data
This commit is contained in:
Aiday Marlen Kyzy
2024-04-19 19:17:21 +02:00
committed by GitHub
parent 9cae075e98
commit b8eba5da20
26 changed files with 717 additions and 96 deletions

View File

@@ -1563,6 +1563,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
InlineCompletionItem: extHostTypes.InlineSuggestion,
InlineCompletionList: extHostTypes.InlineSuggestionList,
Hover: extHostTypes.Hover,
VerboseHover: extHostTypes.VerboseHover,
HoverVerbosityAction: extHostTypes.HoverVerbosityAction,
IndentAction: languageConfiguration.IndentAction,
Location: extHostTypes.Location,
MarkdownString: extHostTypes.MarkdownString,