Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what's the shortcut of switching between different perspectives in eclipse

I have PyDev, Java, and CDT installed on my Eclipse, and sometimes I need to switch between different perspectives; Debug to Pydev, for example. Does Eclipse have a shortcut to switch between them?

like image 670
Searene Avatar asked Apr 15 '12 11:04

Searene


People also ask

How do I switch between views in Eclipse?

By pressing Ctrl+F7 once, Eclipse switches between the currently active and last active view.

How do I open multiple perspectives in Eclipse?

Within the window, you can open multiple perspectives and switch between them by clicking their icons in the perspectives toolbar.

What is Ctrl Shift R in Eclipse?

Open project, file, etc. Ctrl+Shift+R. Open Resource (file, folder or project) Alt+Enter. Show and access file properties.

What is Ctrl Shift G in Eclipse?

Ctrl + Shift + G. Search for references in the workspace. Command + T. Ctrl + T. Shows type hierarchy of the current java class.


1 Answers

To switch between perspectives.

  • Windows: Ctrl+F8

  • Mac: cmd+F8

like image 151
arturhoo Avatar answered Sep 24 '22 23:09

arturhoo