[Feature Request] Provide a function of 'free all CompletionItem' #3705
Unanswered
PisecesPeng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Description
Hi👋!
I'm writing a custom language completion in my project,
it's dynamically registered via
monaco.languages.registerCompletionItemProvider()
in a different place.Sometimes,
I wanna be able to have a function that 'free all CompletionItem for the specified language',
or, a function that 'override the CompletionItem of the specified language',
instead of using
registerCompletionItemProvider:IDisposable()
.Maybe only I need 😅.
Perhaps, such a method has been provided,
but I didn't find it, please let me know 😂.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions