cquery-project / emacs-cquery

Emacs client for cquery, a low-latency language server supporting multi-million line C++ code-bases
116 stars 14 forks source link

cquery auto-implement function without definition function #43

Open SavchenkoValeriy opened 6 years ago

SavchenkoValeriy commented 6 years ago

First of all, thank you for the great work!

I have more of a question than a bug. There is a cquery feature called auto-implement functions without a definition and I tried to search for some information covering it, but without success. So I thought that it is just not supported by emacs-cquery, but I noticed this code: https://github.com/cquery-project/emacs-cquery/blob/6234d07207bd33c39dfd4f93d43ecc678d366b36/cquery-common.el#L120

Is this just a stub for the future? Or is there a way I can use it now somehow?

Thank you!