e-chan1007 / nuxt-monaco-editor

Integrate monaco-editor with Nuxt
https://e-chan1007.github.io/nuxt-monaco-editor
MIT License
114 stars 15 forks source link

How to registerCompletionItemProvider #52

Open thepure12 opened 4 months ago

thepure12 commented 4 months ago

How would I go about using this function? registerCompletionItemProvider

Tinoooo commented 2 months ago

Unfortunately, you have to register the provider globally. So this is the way:

import * as monaco from 'monaco-editor'

monaco.languages.registerCompletionItemProvider(...)