Eclipse has a “breading” function: a small panel that shows which part of the code tree you are currently located, for example. src/java/main > org.foo.bar > AbstractFactoryFactory > InnerDefaultFactory > SomeNeatInnerRunnable > doEverything .
Does Vim have something similar, presumably some kind of ctags / cscope based script?
source share