imguolao / monaco-vue

Use monaco-editor loaded from CDN in Vue 2&3, no need to bundling.
https://imguolao.github.io/monaco-vue/
MIT License
234 stars 21 forks source link

只有在第一个字才会触发 provider #74

Closed bestK closed 2 weeks ago

bestK commented 2 months ago

GIF 2024-8-30 18-26-46

    // 注册代码片段
    monaco.languages.registerCompletionItemProvider('aviatorscript', {
        provideCompletionItems: function () {
            return { suggestions: suggestions };
        },
    });
imguolao commented 2 months ago

你的提示写得太简单了,可以参考下其他开源的写法,比如 nginx-editor