Zend studio 5.5 shortcut keys

Source: Internet
Author: User

Note: The description of "General shortcut keys" is omitted in this article, for example, CTRL + n = new, CTRL + O = open, CTRL + c = copy, CTRL + V, CTRL + x ...... And so on, almost all software is used for a set of shortcut keys, and focuses on zde's unique shortcut keys, understand and use these Shortcut Keys flexibly, it will certainly help you more easily perform project operations. (The more I write, the more I feel like I am playing a game, haha !)
edit the function combo key to implement the function
Ctrl +/comment on a single row. When the current php Code is used, a double slash line comment is added to the row where the cursor is located. If multiple lines are selected, a double slash is added to each line; when the code is HTML, add it before and after the line Comment. Multiple lines are selected and added before and after the selection. Comments, rather than adding PHP code and HTML code to each line, are applicable to the CSS section.
Ctrl + Shift +/block comments, add/**/block comments to the selected PHP code. If no code is selected, add block comments to the row where the cursor is located. The PHP Code applies, the function of HTML code is the same as Ctrl +/

all code snippets selected by Ctrl + u are converted to uppercase PHP and HTML.
Ctrl + L all selected code snippets are converted to lowercase PHP and HTML.
Ctrl + D applicable to all code in the row where the cursor is located
Ctrl + e applicable to deleting all code in the row where the cursor is located
TAB/Shift + TAB Add code by Tab indent, the default value is 4 spaces. You can set it in preference. Shift + TAB reduces indentation. This operation is also effective for multiple rows. That is, multiple rows increase/decrease indentation at the same time. All codes are applicable.
CTRL + ALT + F search for files, open the "search in file" dialog box. The entire zde environment is applicable.
Ctrl + backspace: delete the word or symbol before the cursor, note that the "one word" here is self-understood by zde. It must be different from a word in English. All codes are applicable.
Ctrl + G to go to the line. Open the go to line dialog box and enter the number of rows to go to the corresponding line. This is a general shortcut for the entire zde environment.
Alt + →, the right arrow of cursor is to locate the next position of the cursor, and the left arrow is to locate the previous position of the cursor. Applicable to the entire zde environment

Applicable Conditions for Environment switch key combinations
ESC hides the secondary window to maximize the editing area, while the File Manager window does not hide the entire zde environment.
CTRL + W switch to automatic line feed, that is, whether a horizontal scroll bar appears when the code is too long
CTRL + TAB switch between each editor tab, which can also be described as switching between multiple open file windows
CTRL + F4 close the current tab, and ALT + F4 close the entire zde environment.

Applicable Conditions for HTML tag key combination implementation
CTRL + 1, 2, 3 respectively add a pair of CTRL + enter: A <br/> label is generated. Note that zde automatically generates the <br> label, which does not comply with web standards.
CTRL + ~ A space is a note :~ The key is on the left side of the number 1 on the PC keyboard, and on the top of the tab key
CTRL + B bold, generate a pair of <B> labels, web standards seem to advocate the use of <strong> </strong>
Alt + I italic, generate a pair of <I> labels

Applicable Conditions for the bookmarked operation combo key implementation function
F2 Add/delete all code parts of bookmarks
CTRL + F2 jump to the next bookmarks of the current file
Alt + F2 switch between all bookmarks of the current project
CTRL + Shift + F2 delete all bookmarks
CTRL + Shift + M show bookmarks dialog box

Zend Studio
F9 Add/delete all code parts of a breakpoint
F10 process by process. Execute the debugging file in one step to the next line
F5 starts execution. Execute the debugging file until a breakpoint occurs.
F8 debugging URL. Open the debug URL dialog box
F12 profile URL. Open profile URL dialog box
Shift + F8 add monitoring points. Open the Add monitoring point dialog box
Shift + F11 jump out. The first line after the result is returned after one-step execution.
F11 Statement by statement. One-step execution to the next row to be executed
Shift + F10: Execute to the cursor line. Execute the code to the row where the cursor is located.
CTRL + F5 execution script without interruption
Shift + F5 stop Debugger
CTRL + ALT + B display in the browser

Note: Debugging shortcuts are only used when debugging code. For details about how to debug scripts in Zend studio and how to set up a debugging server, this document will be detailed in subsequent tutorials.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.