emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

can not jump to std definition #98

Open rongyi opened 4 years ago

rongyi commented 4 years ago

Everything is fine, only when jump to definition, if jump to std include, it will show no definition found, but works for user defined struct and function. auto completion works as well. don't know how to fix this