Friday, April 17, 2009

A few simple but useful Eclipse tips

Eclipse is the most popular Java IDE in use by developers, and there are many of them spending hours and hours in front of it everyday trying to solve issues, create new functionalities and such, here goes a couple of simple but very useful tips to make those hours more productive:
  • Use "Ctrl + Page Up / Down" to walk between opened editor tabs.
  • Try "Alt + Left / Right" to go backwards and forwards in your editing history.
  • Finnally use "Ctrl + F6" to cycle through opened files.
Hope this helps ;)
blog comments powered by Disqus