ccls icon indicating copy to clipboard operation
ccls copied to clipboard

Is there a shortcut key for ref links

Open iceice opened this issue 3 years ago • 1 comments

Observed behavior

I set the "ccls.codeLens.enabled": true. There is a xxx refs above function, and I should clik the ref eveytime.

Expected behavior

I wish I could have a shortcut key, just like “Find all reference”(shitf + F12)

iceice avatar Nov 04 '21 18:11 iceice

which editor do you use? because ccls is a server. it doesn't process any key

for doom-emacs <alt-?> givers me all references

https://github.com/emacs-lsp/emacs-ccls https://github.com/MaskRay/vscode-ccls

myrgy avatar Nov 16 '21 13:11 myrgy