自定义航空公司标签栏扩展名以包含当前标签parent

时间:2015-11-18 18:09:42

标签: python vim ctags vim-airline tagbar

airline plugin有一个扩展程序,使用Tagbar来显示当前的函数名称。

(我知道这是因为this question通过询问this question找到了airline tagbar extension and the do_foo() function

这很有效,看起来很棒。这家航空公司向我展示了我正在编辑do_foo()功能: Tagbar and the DoesFoo class

但是Tagbar比这更了解!具体来说,它知道当前类(即当前标记的父级):

ctags

(使用{{3}})

执行此操作

有没有办法配置airline告诉我当前的课程以及当前的功能?

0 个答案:

没有答案