question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setting priority of language server completion results

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fannheywardcommented, Apr 13, 2021

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?

0reactions
fannheywardcommented, Oct 31, 2022

coc doesn’t provide priority setting for language client

Close for now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found