2016年7月21日 星期四

[VIM] How to use CCTree

Load database~

>
    :CCTreeLoadDB
<
    (Please note that it might take a while depending on the 
     database size)

Exploring source-code~
CCTree-explore-source

Get reverse call tree for symbol  <C-\><
>
    :CCTreeTraceReverse <symbolname>     
<

Get forward call tree for symbol  <C-\>>
>
    :CCTreeTraceForward <symbolname>
<
Increase depth of tree and update <C-\>=
>
    :CCTreeRecurseDepthPlus     
<
Decrease depth of tree and update <C-\>-
>
    :CCTreeRecurseDepthMinus    
<

Reference:

0 意見:

張貼留言