Monaco Editor Custom Language Autocompletion Not Triggering (Tokenizer Issue? Syntax Highlighting Mostly Works)
I’m creating a custom language for Monaco Editor and having trouble with autocompletion. The provideCompletionItems function in my completion provider doesn’t seem to be called at all. I’ve registered the language and the provider, but nothing happens when I type. I suspect there might be an issue with my tokenizer.