Ctags or cscope tool for julia with vim

I’m using vim+repl as my IDE.

Is there anything like ctags or cscope julia code support available
to explore and understand large julia code?

It turns out that the current version (6.2) of Universal Ctags](https://ctags.io/)
has built-in support for Julia. The documentation page for ctags-julia covers
how to call ctags to generate the tags file.

2 Likes