Searene
Searene

Reputation: 27574

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?

Upvotes: 53

Views: 19893

Answers (5)

Star Galaxy
Star Galaxy

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

J-Dizzle
J-Dizzle

Reputation: 5153

You can specify hotkeys for specific perspectives in Window->Preferences:

enter image description here  

You can export these to file using 'Export CSV...', here are mine if interested -

Upvotes: 7

samsamara
samsamara

Reputation: 4750

Ubuntu: Ctrl+F8 same as windows

Upvotes: 3

arturhoo
arturhoo

Reputation: 2512

To switch between perspectives.

  • Windows: Ctrl+F8

  • Mac: cmd+F8

Upvotes: 113

Josiah Krutz
Josiah Krutz

Reputation: 967

Command-F8 lets you change perspectives in Eclipse for Mac.

Upvotes: 1

Related Questions