org.foo.bar > AbstractFa" /> org.foo.bar > AbstractFa" /> org.foo.bar > AbstractFa"/>

Source code breadcrumbs in Vim

677 Views Asked by At

Eclipse has a "breadcrumbs" feature: a little bar that shows which part of the code tree you are now in, e.g. src/java/main > org.foo.bar > AbstractFactoryFactory > InnerDefaultFactory > SomeNeatInnerRunnable > doEverything.

Does Vim has something similar, supposedly some script based on ctags / cscope?

1

There are 1 best solutions below

0
Walter On

I am only aware of the CTX plug-in for C code.