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?
Solution 1:
To switch between perspectives.
Windows: Ctrl+F8
Mac: cmd+F8
Solution 2:
You can specify hotkeys for specific perspectives in Window->Preferences:
You can export these to file using 'Export CSV...', here are mine if interested -
- http://justinreina.com/misc/17_06_26_eclipse/jmr_hotkeys.csv
Solution 3:
Ubuntu: Ctrl+F8 same as windows
Solution 4:
Command-F8 lets you change perspectives in Eclipse for Mac.