Aug
02
During my study as well as my time as a web developer at the tinami GbR in Germany Eclipse PDT was my primary development IDE. Since I’m working at Webfauna in the Netherlands I’m workling with the big brother of Eclipse PDT, the Zend Studio. Even if I was a student I used short cuts. Now that I’m an employed web developer I use a much more shortcuts than before. Everyone knows that “time is money”. Using shortcuts accelerates the development process rapidly. That results in decreasing production costs for applications.
The following list shows my personal favorite Zend Studio shortcuts. Thereby I’m pretty sure that these shortcuts also will work within Eclipse PDT.
| CTRL + E | Switch editor |
| CRTL + SHIFT + E | Switch to editor |
| CTRL + SHIFT + R | Open resource |
| CTRL + SHIFT + C | Toggle comment |
| CTRL + L | Go to line |
| CTRL + S | Save file |
| CTRL + SHIFT + S | Save all files |
| CTRL + W | Close file |
| CTRL + SHIFT + W | Close all files |
| CTRL + SPACE | Open context menu |
| CTRL + B | Building workspace |
| CTRL + 1 | Quickfix (show all functions) |
| ALT + CURSOR UP | Move selected line(s) to top |
| ALT + CURSOR DOWN | Move selected line(s) to bottom |
no comment untill now