MaskRay / ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Apache License 2.0
3.79k stars 260 forks source link

Is there a shortcut key for ref links #841

Open iceice opened 3 years ago

iceice commented 3 years ago

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)

myrgy commented 3 years ago

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