문제

I was wondering if it is possible to make vim's taglist to show cython source code information.

It seems ctag already supports cython, but Tlist does not show any information of opened cython file.

도움이 되었습니까?

해결책

Figured it out. The following one liner in .vimrc file made it work:

let tlist_pyrex_settings='python;c:classe;m:memder;f:function'
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top