From d398e8d1c8e3b53f0f0a9d3851d3889a9e692de8 Mon Sep 17 00:00:00 2001 From: firstlove Date: Wed, 31 Oct 2018 13:24:27 +0800 Subject: [PATCH] Updated Emacs (markdown) --- Emacs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Emacs.md b/Emacs.md index 198fef5..2dabca0 100644 --- a/Emacs.md +++ b/Emacs.md @@ -246,7 +246,7 @@ For the long story, refer to the corresponding [emacs-devel thread](https://list ![](https://ptpb.pw/qAWN.jpg) -### Call/member/inheritance Hierarchies +### Call/member/inheritance Hierarchies || primary template/partial specialization `M-x ccls-member-hierarchy` ![$ccls/member hierarchy:true](https://ptpb.pw/iOSt.gif) @@ -257,6 +257,7 @@ For the long story, refer to the corresponding [emacs-devel thread](https://list ``` ![$ccls/call](https://ptpb.pw/Dv8K.gif) +Side notes: `ccls-inheritance-hierarchy` also works fine with jumping between primary template and partial specialization. ```elisp (ccls-inheritance-hierarchy nil) ; base hierarchy (ccls-inheritance-hierarchy t) ; derived hierarchy