Updated Emacs (markdown)

firstlove 2018-10-31 13:24:27 +08:00
parent b019533764
commit d398e8d1c8

@ -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