简体   繁体   中英

Shortcut for jumping from one method to another method in Eclipse

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.

使用Ctrl + Shift + Cursor Up/Down

使用“大纲”视图:窗口/显示视图/轮廓

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM