views:

20

answers:

1

Lets say you create a class "Foo" and a test "FooTest" ( standard JUnit test ) I want a keyboard shortcut to help quickly switch between the test and the class.

If that is not possible, something like TextMate's "Run focussed test" (Command-Shift-R) might be of great help.

A: 

There isn't a built in one, but there's a plug-in called "Switcher" which will allow you to do that, here

dty