vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.87k stars 405 forks source link

question: how to alter the completionItem #3506

Closed Simon-He95 closed 4 months ago

Simon-He95 commented 1 year ago
image

My plugin create CompletionItem that will always be under Volar's CompletionItem. Can we have a way to alter or close default Volar's CompletionItem?

so1ve commented 1 year ago

Maybe you need to report to vscode

Simon-He95 commented 1 year ago
image

This tsdk will generate variable name, always be at the front, do you have some ideas to change the order? It seems to be about startCommonLanguageServer in '@volar/language-server/node', it relates to tsdk and plugins

davidmatter commented 4 months ago

Closing this issue due to inactivity. If the question is still relevant, please create a new discussion.