Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse には「ブレッドクラム」機能があります。コード ツリーのどの部分にいるかを示す小さなバーですsrc/java/main > org.foo.bar > AbstractFactoryFactory > InnerDefaultFactory > SomeNeatInnerRunnable > doEverything。
src/java/main > org.foo.bar > AbstractFactoryFactory > InnerDefaultFactory > SomeNeatInnerRunnable > doEverything
Vim には、おそらく ctags / cscope に基づくスクリプトと似たようなものがありますか?
C コード用のCTX プラグインしか知りません。