Created
          December 27, 2011 20:26 
        
      - 
      
 - 
        
Save ecoleman/1525027 to your computer and use it in GitHub Desktop.  
    hide php variables in tagbar.vim
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | let g:tagbar_type_php = { | |
| \ 'ctagstype' : 'php', | |
| \ 'kinds' : [ | |
| \ 'i:interfaces', | |
| \ 'c:classes', | |
| \ 'd:constant definitions', | |
| \ 'f:functions', | |
| \ 'j:javascript functions:1' | |
| \ ] | |
| \ } | 
๐
DANKE FRIEND
hats off
thanks, it was really annoying with all that variables messing around.
This isn't working for me. I added this to my .vimrc and when I open tagbar I still see the variables under the file and under each method. Anything I'm missing? I am using the tagbar plugin https://github.com/vim-php/tagbar-phpctags.vim - perhaps it is causing the issue?
Thanks for this! It works just fine for me but I'm using it with https://github.com/majutsushi/tagbar
๐
life saver
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Thank you!!