Search the web
Sign In
New User? Sign Up
taglist · Vim taglist (source browser) plugin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Tagging Javascript function literals   Message List  
Reply | Forward Message #416 of 444 |
At present taglist will only list javascript functions of the
form:
function func(){ }
-- At least, so far as I can configure

It would be great if taglist would list javascript function
literals. I.E. of the form

funcname: function(){}
// OR
instance.funcname = function(){}

Can this be done?
thanks
tim





Sat May 23, 2009 1:46 am

timjohnson12...
Offline Offline
Send Email Send Email

Forward
Message #416 of 444 |
Expand Messages Author Sort by Date

At present taglist will only list javascript functions of the form: function func(){ } -- At least, so far as I can configure It would be great if taglist...
Tim Johnson
timjohnson12...
Offline Send Email
May 23, 2009
1:47 am

Hello, ... The taglist plugin relies on exuberant ctags to parse a file and generate the tags defined in that file. If exuberant ctags supports generating tags...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 23, 2009
2:14 am

Thanks for the quick reply: ... I did not see an output file produced. After invoking tlisttoggle a couple of times and pressing 'u' in the taglist window, I...
Tim Johnson
timjohnson12...
Offline Send Email
May 23, 2009
3:02 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help