Reputation: 27574
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?
Upvotes: 53
Views: 19893
Reputation: 13
Eclipse allows you to change the perspective easily. Ctrl + F8
still switches between default/regular and most recent perspective. The toolbar shortcut is available too.
Toolbar shortcut Image
Upvotes: 0
Reputation: 5153
You can specify hotkeys for specific perspectives in Window->Preferences:
You can export these to file using 'Export CSV...', here are mine if interested -
Upvotes: 7