最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Vim, Javascript, DoctorJS (jsctags) and Taglist (Source code browsing) - Stack Overflow

matteradmin6PV0评论

I've installed DoctorJS (previously jsctags) in an attempt to get some good source-code browsing/tag-listing for Vim (using the Taglist plugin).

Installing went fine, but Vim's Taglist doesn't work with DoctorJS.

When trying to open the tag-list window in Vim via :TListToggle, I get the following error:

Taglist: Failed to generate tags for /home/me/script.js
ctags: illegal option -- -^@usage: ctags [-BFadtuwvx] [-f tagsfile] file ...^@

I've searched the www, and found out this guide, suggesting a replacement plugin called Taglist-Plus, but it doesn't work with DoctorJS, only with the old unmaintained version, jsctags.

In short - I can't get this to work. Very frustrating. We should be able to have good JavaScript source-code browsing!

Any Vim wizzes out there that have managed to get this thing working?

Thanks in advance.

Better Solution:

After resolving this problem (thanks for the answer, @romainl), I wrote a short guide on how to get this thing done easily as an answer to another question. I remend to check it out.

I've installed DoctorJS (previously jsctags) in an attempt to get some good source-code browsing/tag-listing for Vim (using the Taglist plugin).

Installing went fine, but Vim's Taglist doesn't work with DoctorJS.

When trying to open the tag-list window in Vim via :TListToggle, I get the following error:

Taglist: Failed to generate tags for /home/me/script.js
ctags: illegal option -- -^@usage: ctags [-BFadtuwvx] [-f tagsfile] file ...^@

I've searched the www, and found out this guide, suggesting a replacement plugin called Taglist-Plus, but it doesn't work with DoctorJS, only with the old unmaintained version, jsctags.

In short - I can't get this to work. Very frustrating. We should be able to have good JavaScript source-code browsing!

Any Vim wizzes out there that have managed to get this thing working?

Thanks in advance.

Better Solution:

After resolving this problem (thanks for the answer, @romainl), I wrote a short guide on how to get this thing done easily as an answer to another question. I remend to check it out.

Share Improve this question edited May 23, 2017 at 11:45 CommunityBot 11 silver badge asked Apr 29, 2011 at 14:42 Ory BandOry Band 15.8k15 gold badges61 silver badges66 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 8

I use TagBar. The latest version is supposed to support DoctorJS.

Post a comment

comment list (0)

  1. No comments so far