Setting priority of language server completion results
See original GitHub issueI tried "coc.source.clangd.priority": 1234
but that doesn’t seem to have an effect.
Could there maybe be a 'clangd.priority'
option?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How to set LSP autocomplete priority? : r/neovim - Reddit
I'm just gonna assume u use nvim-cmp. The sequence that the sources are specified should be the 'priority'. Find the config that looks...
Read more >Language Server Extension Guide - Visual Studio Code
Learn how to create Language Servers to provide rich language features in Visual Studio Code.
Read more >Language Server Protocol Specification - 3.17
This document describes the 3.17.x version of the language server protocol. An implementation for node of the 3.17.x version of the protocol can...
Read more >Integrating Code Completion in Visual Studio Code - Strumenta
As we've suggested in the introduction, we'll use the Language Server Protocol ... already includes the configuration that VSCode needs in order to...
Read more >Language Server Protocol Tutorial: From VSCode to Vim
In this code-complete tutorial, find out how to transform text editors into code editors, without coupling. Includes a Node.js server and example clients ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s difficult to add priority by now because coc doesn’t provide priority setting for language client, will look into this.
BTW, does
suggest.languageSourcePriority
works for your case?Close for now.