I'm trying to retrieve the list of current completion items provider monaco editor instance has.
My purpose is to iterate monaco-editor completion items providers and call registerCompletionItemProvider to monaco-editor-core instance.
Is there any way to retrieve data from monaco instance beside languages? I've logged It and It only has register methods.
Thanks in advance