Tagged Questions
The taglist tag has no wiki summary.
8
votes
6answers
1k views
How can I make vim's taglist plugin show useful information for javascript?
I've recently abandoned mouse-driven, platform-specific GUI editors and committed entirely to vim. The experience so far has been fantastic, but I'm stuck when it comes to Javascript.
The ...
5
votes
1answer
843 views
Has anyone got the vim taglist plugin working with Scala?
I'm having trouble getting the taglist plugin working properly with Scala. I've installed the plugin and ctags and verified that it works properly with Java and C++. I then followed the instructions ...
4
votes
2answers
344 views
Is there a vim plugin that makes Moose attributes show up in Tag_List?
I am editing packages that use Moose, and I was wondering if there were a plugin for making Moose attributes show up in the Tag List.
For example, in the following code, the attribute options does ...
3
votes
1answer
686 views
Vim, Javascript, DoctorJS (jsctags) and Taglist (Source code browsing)
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 ...
3
votes
4answers
234 views
Using vim with taglist and ctags in OSX
I installed taglist and ctags for vim in OSX. It looks cool, but it's hard to use. For one thing, after I select a tag in the taglist window, it jumps to the code, but then I don't know how to get ...
3
votes
1answer
431 views
How do I open Vim's Taglist plugin to the right side of the window?
I have NERDTree on the left side of my Vim's window (and the main files in the center). Every time I open Taglist (:TlistToggle), it is displayed in the left side together with NerdTree.
I made a ...
3
votes
2answers
741 views
How to display variables in Taglist window in vim
I am using Taglist plugin in vim. In the taglist window i can see tags like namespaces, classes, struct, function but not variables. I saw a screenshot(attached below) on Taglist website which had ...
2
votes
1answer
322 views
in gvim, how to disable scrollbar when taglist is shown?
i've set "set guioptions-=l", but whenever taglist is enabled the left hand scrollbar is still shown and cannot be disabled (right hand scrollbar toggles fine). also, vim wont maximize on start if ...
2
votes
3answers
1k views
Vim Taglist Navigation
I am trying to configure taglist with vim. I ran :TlistAddFilesRecursive at the root of my java source. Say I have a class
class Foo extends Bar {
}
I place my cursor is on Bar and I do Ctrl-] I ...
2
votes
1answer
326 views
VIM: Bijection between VIM Taglist elements and code snippets?
My Taglist in a C code:
macro
|| MIN_LEN
|| MAX_ITERATIONS
||- typedef
|| cell
|| source_cell
||- variable
|| len_given
Taglist elements (domain):
A = ...
2
votes
2answers
801 views
How can you have a Vim-like-Taglist in Emacs?
I use AquaEmacs.
I would like to have Emacs which has a vertical hierarchy (at the left-hand-side) about items in the document, similar to Vim's plugin Taglist.
1
vote
0answers
39 views
VIM for PHP: List if()'s and include()'s in Taglist
I use Taglist in VIM, but one particular PHP application which I have inherited is coded with if()'s and elseif()'s and include()'s extensively. Not a single method or function in almost 5000 lines of ...
1
vote
0answers
40 views
In Vim, prevent a plugin from opening a file in a specific window
I'm using vim (gvim actually) with two plugins, Project.vim and TagList.
When I double click on an entry of a plugin's window, such as a tag from taglist, the currenlty selected window is set to the ...
1
vote
1answer
104 views
Change position on Ctags Taglist in Vim
I'm using the wonderful Taglist plugin with Vim and I would like to know if there is any way to change the position of the list.
I'd like to make it popup from the right part of the screen instead of ...
1
vote
0answers
227 views
Taglist 'jump-to-label' working incorrectly
I am trying to get my taglist plugin to work correctly. I'm specifically trying to get it to work correctly with tex files and the latex-suite plugin, although the behavior exists for other files.
...
1
vote
1answer
221 views
Vim: TagList Plugin Slow Update
I am using Vim with TagList in development. TagList seems to be very nice, but one problem with that is that it takes a long time to refreshe, so if for example I mean from the function A to the ...
1
vote
1answer
444 views
Unable to eliminate T in Vim's Taglist
I have the following code in .vimrc
" to eliminate the effect of the line 1560 in taglist.vim
if v:version >= 700
nnoremap <buffer> <silent> t
\
...
1
vote
2answers
227 views
Unable to move upwards by t in Vim's Tlist when I use Dvorak
Problem: to move upwards in Vim's Taglist by "t"
The movement keys DHTN work in Vim when I am not in TagList.
I have the following in my .vimrc ...
0
votes
1answer
46 views
Vim tagslist plugin not detecting custom language (racket)
I've recently started using racket, and one of the first things I've done has been to try and get the vim TagList plugin to work with it. However, it doesn't work in the slightest. I can open racket ...
0
votes
1answer
45 views
Folding versus taglist
When I started to use taglist and ctags I stopped using folding.
Are there some reasons to still use folding of code when you use
ctags and taglist?
I can imagine only two examples. When I have ...
0
votes
1answer
89 views
Taglist plugin does not show Javascript functions
I'm using a taglist plugin for a few days and now I tried it with Javascript, but in Javascript it shows only partial information or no information. It seems that the problem could be with namespaces, ...
0
votes
1answer
69 views
Vim taglist plugin displays C++ tags twice
I'm using vim's "taglist" plugin to navigate source files in my project, but I've come across an issue peculiar to working with C++ files (as opposed to C; this may happen with other languages such as ...
0
votes
2answers
65 views
VIM taglist toggle on/off
I'm using taglist in VIM and i have remapped F12 so that it will call :TaglistToggle
nnoremap <F12> :TaglistToggle
is there a way that i can hit F12 and it will toggle the list on/off without ...
0
votes
1answer
138 views
vim TagList only generate tags in the Ctags58 folder
I'm in windows XP, and the vim TagList plugin only behaves correctly if the file I'm coding in is inside the Ctag58 folder. Otherwise it just genetats a list of my open files without tags.
I've tried ...
0
votes
1answer
243 views
Rails: Can't set or update tag_list using a text field with acts_as_taggable_on
Hey everyone, I'm trying to add tagging to a rails photo gallery system I'm working on. It works from the back-end, but if I try to set or change it in the form view, it doesn't work.
I added ...
0
votes
1answer
126 views
Switching between Taglist and buffer in gvim
How do I can switch between Taglist bar and current buffer without mouse?
0
votes
1answer
112 views
vim's taglist plugin not recognizing filetype for .sqC files
I have been using ctags for a while. I recently downloaded taglist plugin for vim.
its cool. But i am facing one problem. While building the ctags file, i used langmap option to intrepret my embededed ...