Makes sense. I don't use C-], I use the CtrlP plugin to jump around in a
project. I included the first parameter, so that CtrlP has an easier
time finding the unique match
On 2016-03-15 20:41, Daniel Arndt wrote:
I gave this ago and my experience was:
TagBar worked and looked great!
jump to tag (C-] in vim) did not work. This seemed to be a result of
including the parameters in the tag. If I manually removed them from
the tags file, tag jumping would start working again. I won't pretend
to know the internals of what VIM and TagBar are doing differently
here. I haven't had time to dig any deeper.
Cheers,
Dan
On Monday, 14 March 2016 15:34:16 UTC-3, Daniel Arndt wrote:
Thanks Christof,
I've been meaning to get around to doing this myself, so you've
saved me some time. I'm testing it out right now.
Cheers,
Dan
On Sunday, 13 March 2016 13:50:00 UTC-3, Christof Stocker wrote:
I made myself a custom one based on the one from the julia
repo. Basically I seperated the big one into multiple
categories and also allow functions to be marked inline
I posted a gist of it for those interested
https://gist.github.com/Evizero/e1595c35611c15ebf8f9
<https://gist.github.com/Evizero/e1595c35611c15ebf8f9>
Am Freitag, 12. Februar 2016 14:38:42 UTC+1 schrieb Christof
Stocker:
Hi!
Are there any VIM users here who have a nice
[tagbar](https://github.com/majutsushi/tagbar
<https://github.com/majutsushi/tagbar>) going?
For the tagbar to work properly one needs to have a Julia
language
definition for [ctags](http://ctags.sourceforge.net/
<http://ctags.sourceforge.net/>). I have found one
[here](https://github.com/JuliaLang/julia/blob/master/contrib/ctags
<https://github.com/JuliaLang/julia/blob/master/contrib/ctags>)
that nicely lists all the functions, which is great, but I
wonder if
anyone has already put in the additional effort and
created a custom one
that also lists types, and macros etc. Would be much
appreciated.