Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove variables from tagbar #7

Open
3cooper opened this issue Apr 2, 2014 · 2 comments
Open

Remove variables from tagbar #7

3cooper opened this issue Apr 2, 2014 · 2 comments
Labels

Comments

@3cooper
Copy link

3cooper commented Apr 2, 2014

I'd like to remove variables from the tagbar window. It seems that this is possible in plan tagbar ( https://gist.github.com/ecoleman/1525027 ) but this does not work with this tagbar extension.

@gianarb gianarb added the bug label Apr 1, 2015
@bogota
Copy link

bogota commented Jun 26, 2015

phpctags provides a --kinds option to control over types of tags output, so inserting proper --kinds flags to 'ctagsargs' section of tagbar-phpctags.vim should suppress any showing of variables. As an example:

let g:tagbar_type_php = {
    \ 'ctagsbin'  : tagbar_phpctags_bin,
    \ 'ctagsargs' : '--kinds=dficpmnt --memory="' . tagbar_phpctags_memory_limit . '" -f -',

    ...

\ }

@InFog
Copy link
Member

InFog commented Jan 5, 2021

The idea is great. I personally see no problem in having the variables there. tagbar is folding them anyway. Is any of you interested in contributing such feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants