4

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?

dorserg
  • 5,454
  • 3
  • 24
  • 29

1 Answers1

1

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

Walter
  • 7,809
  • 1
  • 30
  • 30