Customize airline tagbar extension to include current tags parent

一曲冷凌霜 提交于 2019-12-13 08:39:19

问题


The airline plugin has an extension which uses Tagbar to show the current function name.

(I know this because of this question which I found via asking this question)

This works really well and looks great. Here's airline showing me I'm editing the do_foo() function:

But Tagbar knows much more than this! Specifically, it knows the current class (i.e. the parent of the current tag):

(It does this using ctags)

Is there a way to configure airline to tell me the current class as well as the current function?

来源:https://stackoverflow.com/questions/33787242/customize-airline-tagbar-extension-to-include-current-tags-parent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!