IntelliJ leap from Eclipse - where are my breadcrumbs
I just switched from eclipse to IntelliJ 9.0 and it is wonderful开发者_高级运维. The one thing I miss the most is the "Show breadcrumbs" line in Eclipse which shows me the method I am located in - in the class file. The solution is obviously to write short methods, but I do need the "show breadcrumbs" feature from time to time.
Anyone knows if there is a similar feature in IntelliJ?
View | Context Info (Alt+Q in the default Windows keymap)
You could either use the structure panel with an "Auto-scroll from source" or show the "file structure popup" (in view).
IntelliJ IDEA 2016.2 now has breadcrumbs for java files.
To enable this feature, go to Settings → Editor → General → Appearance and select Show breadcrumbs.
精彩评论