From d05e4b5150f73db71633d7b16b7e83db25d442c2 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 3 Jun 2019 23:53:00 +0800 Subject: [PATCH] Updated lsp mode (markdown) --- lsp-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lsp-mode.md b/lsp-mode.md index bb6b5db..cf111a1 100644 --- a/lsp-mode.md +++ b/lsp-mode.md @@ -241,20 +241,20 @@ For the long story, refer to the corresponding [emacs-devel thread](https://list ### Call/member/inheritance Hierarchies || primary template/partial specialization `M-x ccls-member-hierarchy` -![$ccls/member hierarchy:true](https://ptpb.pw/iOSt.gif) +![$ccls/member hierarchy:true](http://fars.ee/qurU.jpg) ```elisp (ccls-call-hierarchy nil) ; caller hierarchy (ccls-call-hierarchy t) ; callee hierarchy ``` -![$ccls/call](https://ptpb.pw/Dv8K.gif) +![$ccls/call](http://fars.ee/aP8U.jpg) ```elisp (ccls-inheritance-hierarchy nil) ; base hierarchy (ccls-inheritance-hierarchy t) ; derived hierarchy ``` -![$ccls/inheritance hierarchy:true](https://ptpb.pw/JkyT.gif) +![$ccls/inheritance hierarchy:true](http://fars.ee/5pQO.jpg) Side notes: `ccls-inheritance-hierarchy` also works fine with jumping between primary template and partial specialization. ### Code lens