Reputation: 6527
I have a class which consist of somany methods, I want to move from one method to another. Is there any shortcut for that ? I am using Eclipse(INDIGO)
.
--> void method1(){
}
--> void method2(){
}
.
.
.
--> void methodn(){
}
I need to go like above.
Upvotes: 2
Views: 1743