Mastering your Eclipse IDE - Tips, Tricks & More! | EclipseCon NA 2015
In this talk, I will unleash many invaluable tips and tricks that will allow you to better use the Eclipse IDE and make you more productive in your routine development tasks. I will cover various areas from efficiently organizing your workspace content to navigating, coding and debugging in Eclipse. I will also demonstrate useful tools like the AST and Java Element views, plug-in spies, Bugzilla user scripts etc. that make working with Eclipse more effective.
During this talk you will have many "Ah, I didn't know Eclipse can do that!" moments. Some of the examples include:
• Show Annotations action to determine who last modified a line of code and when
• Ctrl+F3 shortcut to pop up an in-place outline of the element at the current cursor position
• Smart step into selection in Java debugger to step into a single method within a series of chained or nested method calls using Ctrl+F5 or Ctrl+Alt+Click
• Abbreviating package names with custom rules
• Print-points, Scrapbook page
Read full article from Mastering your Eclipse IDE - Tips, Tricks & More! | EclipseCon NA 2015
No comments:
Post a Comment