File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ It leverages [lsp-mode](https://github.com/emacs-lsp/lsp-mode), but also provide
88* inactive region (e.g. a ` #if false ` region)
99* cross references: ` $cquery/base ` ` $cquery/callers ` ` $cquery/derived ` ` $cquery/vars `
1010
11+ More on < https://github.com/cquery-project/cquery/wiki/Emacs >
12+
1113## Quickstart
1214
1315``` elisp
@@ -25,10 +27,16 @@ To enable comments and use Message Pack for cache files (which are stored in `ca
2527Refer to < https://github.com/jacobdufault/cquery/wiki/Emacs > for details.
2628
2729![ with lsp-ui-doc, enableComments] ( https://camo.githubusercontent.com/fe1e12f9be72c2295d732d6265b42bde0d121ee8/68747470733a2f2f707470622e70772f5a6275462e6a7067 )
28- ![ semantic highlighting ] ( https://user-images.githubusercontent.com/320163/34711725-5b7b399c-f55b-11e7-93dc-0631aa154ce7.png )
30+ ![ references + hydra ] ( https://ptpb.pw/fhWh.jpg )
2931![ with company-lsp] ( https://ptpb.pw/lDaw.jpg )
3032![ with helm-xref, approximate workspace/symbol search] ( https://ptpb.pw/KOKn.jpg )
3133
34+ ` $cquery/memberHierarchy `
35+ ![ $cquery/memberHierarchy] ( https://ptpb.pw/iOSt.gif )
36+
37+ ` $cquery/callHierarchy ` (caller hierarchy and callee hierarchy)
38+ ![ $cquery/callHierarchy] ( https://ptpb.pw/GKJw.gif )
39+
3240## License
3341
3442[ MIT] ( http://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments