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

EclipseDebuggingShortcutPerspective

Eclipse Problem Overview


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?

Eclipse Solutions


Solution 1 - Eclipse

To switch between perspectives.

  • Windows: Ctrl+F8

  • Mac: cmd+F8

Solution 2 - Eclipse

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 -

Solution 3 - Eclipse

Ubuntu: Ctrl+F8 same as windows

Solution 4 - Eclipse

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

Solution 5 - Eclipse

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionSeareneView Question on Stackoverflow
Solution 1 - EclipsearturhooView Answer on Stackoverflow
Solution 2 - EclipseJ-DizzleView Answer on Stackoverflow
Solution 3 - EclipsesamsamaraView Answer on Stackoverflow
Solution 4 - EclipseJosiah KrutzView Answer on Stackoverflow
Solution 5 - EclipseStar GalaxyView Answer on Stackoverflow