Pages

Showing posts with label eclipse. Show all posts
Showing posts with label eclipse. Show all posts

Sunday, February 9, 2014

Package Filters in Eclipse

Package filtering is a way to help weed out all those useless packages that pop up when importing a class into some code you are writing.

In the video below I show you how to set it up.


Saturday, February 8, 2014

Open resources in eclipse

The open resources dialog is a quick and easy way to navigate through your code base. In my opinion it becomes essential once the code base reaches a non-trivial size.

Opened using Ctrl-R in Windows/Linux and Cmd-R in OSX.