I’ve just published gjstags: ctags based on Google Closure Compiler.
https://github.com/AnyChart/gjstags
This tool supports classes, enums, interfaces and so on.
Enjoy!
Tag Archives: javascript
Fork of vim-javascript
My fork of vim-javascript:
https://github.com/batsuev/vim-javascript.
Modifications: jsdoc syntax highlight according to Google JavaScript styleguide
Google Closure Linter: Simple TextMate integration

The simplest way to integrate google closure linter into TextMate:
1. Bundles -> Bundle Editor -> Show Bundle Editor
2. Show Commands only
3. Select JavaScript
Continue reading
Google Closure Linter: vim integration

0. Install google closure linter (http://code.google.com/closure/utilities/
1. Install google-closure-linter-for-vim vim plugin:
https://github.com/batsuev/google-closure-linter-for-vim
Using pathogen:
git clone git@github.com:batsuev/google-closure-linter-for-vim.git ~/.vim/bundle/google-closure-linter
Or manual:
cd ~/.vim/ftplugin
wget https://raw.github.com/batsuev/google-closure-linter-for-vim/master/ftplugin/javascript.vim
2. Now you can call :make in normal mode and use general error navigation (e.g. :cprev :cnext :clist)