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

Adapt type rendering to new lsp #63

Closed tohammer closed 5 years ago

tohammer commented 5 years ago

lsp--client-string-renderers seems to be unsupported and should, as indicated by code comment, be removed in the future. Currently it is nil, preventing string rendering for e.g. cquery-inheritance-hierarchy.

Use available simpler typed string rendering interface by lsp assuming correct language is always cpp.