javascriptvimctagstagbar

ctags and tagbar with javascript


I installed tagbar in vim.

It parses the whole js file perfectly. But, when i try to use ctags, it doesnt parse the file well.

Now, isnt tagbar using ctags?

https://picasaweb.google.com/lh/photo/dVQuETMxHXqTEgM7Zeim1dMTjNZETYmyPJy0liipFm0?feat=directlink

Solution

  • Check your tags and pwd status:

    :set tags?
    :pwd
    

    The tags files shown by the set tags? command should be reachable from your pwd.