Zend studio shortcut

Source: Internet
Author: User

edit function shortcut key
Ctrl +/single line comment
Ctrl + Shift +/block comment
Ctrl + u code segments are converted to uppercase
Ctrl + L all selected code segments are converted to lowercase
Ctrl + D copy the row where the cursor is located
Ctrl + E delete the row where the cursor is located
tab adds code indentation
SHIFT + TAB reduces indentation
CTRL + ALT + F search for the file
Ctrl + backspace before deleting the cursor A word or symbol
Ctrl + G to the row
Alt + → locate the next position of the cursor
Alt + ↑ locate the previous position of the cursor
/P>

Environment Switch
ESC hide auxiliary window
CTRL + W switch automatic line feed
CTRL + TAB switch between different editor tabs
CTRL + F4 close current tab
Alt + F4 disable zde

HTML Tag
CTRL + 1 Add a pair of CTRL + 2 Add a pair of <H2> HTML tags
CTRL + 3 add a pair of CTRL + enter generates a <br/> label
CTRL + ~ Space
CTRL + B generate a pair of <B> labels
Alt + I generate a pair of <I> labels

bookmarks
F2 Add/delete 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

Debugging shortcuts
F9 Add/delete breakpoints
F10 execute the debugging file in one step to the next line
F5 start execution
F8 open the debug URL dialog box
F12 open profile URL dialog box
Shift + F8 open the Add monitoring point dialog box
Shift + F11 jump out
F11 one-step execution to the next row to be executed
Shift + F10 execute 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

Zend studio7.0 shortcut

Summary:

Win + D Display desktop (switch back)

Win + M display desktop (cannot switch back)

CTRL + M maximize the editing window

Shift + end the first to last row

Shift + home the last to the first of this line

========================================================== ================================

Searched online:

CTRL + 1 quick fix (needless to say about the most classic shortcut keys)

CTRL + D: Delete the row

CTRL + ALT + ↓ copy the row to the next row (copy added)

CTRL + ALT + ↓ copy the row to the previous line (copy added)

Alt + ↑ the interaction position between the row and the following row (especially practical, you can save cutting and pasting)

Interaction between the row and the preceding row after ALT + ↑ (same as above)

Alt + ↓ previous edited page

Alt + → next edited page (of course for the above)

After Alt + enter is displayed, select the properties of the resource (project or file)

Shift + enter insert a blank row in the next row of the next row (the mouse can be at any position in the next row is not necessarily the last)

Shift + Ctrl + enter insert blank lines in the subsequent rows (same principle)

CTRL + q locate the Last edited location

CTRL + l locate in a line (ProgramMore than 100 of people have the Gospel)

CTRL + m to maximize the value of edit or view (then press and vice versa)

CTRL +/uncomment after the line is followed

CTRL + O quick outline display

CTRL + T quickly display the inheritance structure of future classes

After Disabling CTRL + W, editer

CTRL + k quickly locate to the next one by referencing the selected word

CTRL + E: Quickly display the drop-down list of editer in the future (if the drop-down list is not displayed on the page in the future, it will be displayed in bold)

CTRL +/(keypad) hide all the code in the class

CTRL + × (keypad) show all the code in the subsequent class

CTRL + Space Code assistant inserts some code (but there is usually a conflict with the input method. You can modify the Input key or temporarily use it)Alt +/)

CTRL + Shift + e display the manager of all views opened after management (you can choose to disable activation and other rough operations)

CTRL + J forward lookup (after pressing CTRL + J, each letter editor you enter provides a quick match to locate a word. If not, it is not found in stutes line. this feature is especially useful when a word is used. idea was available two years ago)

CTRL + Shift + J reverse lookup (the same as the previous one, but only from the back to the front)

CTRL + Shift + F4 close all open editer

CTRL + Shift + x convert all selected text to uppercase

CTRL + Shift + y convert all selected text to lowercase

CTRL + Shift + F format the code

CTRL + Shift + P locate the matching character (for example, {}) (locate the time mark from the front to the front in the match character, and vice versa)

Note: This article omitted the description of "General shortcut keys", such as: Ctrl + n = new, CTRL + O = open, CTRL + c = copy, CTRL + V, CTRL + x ...... And so on. It focuses on the unique shortcut keys of zde. After learning about and using these shortcuts, it will certainly help you more easily in the actual project rough work. Edit the function combo key to implement the function. Applicable Conditions: Ctrl +/single line comment. When the PHP code is later, add a double slash line comment to the row where the cursor is located. If multiple lines are selected, add a double slash to each line. When the code is HTML, add a comment before and after the line, multiple lines are selected to add comments before and after the selection. PHP code and HTML code are not added to each line. The CTRL + Shift +/block comments in CSS are not applicable, 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 functions of HTML code are the same as those of Ctrl +/. All code snippets selected by Ctrl + u are converted to uppercase PHP, HTML, etc. All code snippets selected by Ctrl + L are converted to lowercase PHP, HTML, etc. are applicable to Ctrl + D copy all code in the row where the cursor is located apply to Ctrl + e delete all code in the row where the cursor is located apply to TAB/Shift + TAB press TAB Add code indent, the default value is 4 spaces. You can set it in preference. Shift + TAB reduces indentation, which is equally valid for multi-line roughness. That is, multiple rows increase/decrease indentation at the same time. All codes are applicable to CTRL + ALT + F search in files. In the "search in files" dialog box, the entire zde environment applies to Ctrl + backspace to delete a 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 use Ctrl + G to convert to a line. Open the go to line dialog box, enter the number of the line to go to the corresponding line, this is the general shortcut key for the entire zde environment applies Alt + → ← right arrow is positioned to the next position of the cursor, the left arrow is positioned at the previous position of the cursor. Applicable to the entire zde Environment

Environment switch combination key implementation function applicable conditions ESC hide the auxiliary window to maximize the editing area, while the File Manager window does not hide the entire zde environment applicable to Ctrl + W switch automatic line feed, that is, whether the horizontal scroll bar Ctrl + TAB switches between the tabs of each editor when the code is too long. It can also be described as switching between multiple open file windows Ctrl + F4 to close the tabs later, alt + F4 disables the entire zde environment.

The HTML tag key combination function applies to Ctrl + 123 Add a pair of, HTML tags, all the code Part Ctrl + enter to break the line, that is, generate
Label. Note that zde automatically generates
Tag, does not comply with the Web Standard Ctrl + ~ A space is a note :~ The key is on the left side of the number 1 on the PC keyboard, and CTRL + B bold on the top of the tab key to generate a pairTag,Web standards seem to advocate the use of ALT + I italics to generate a pair of labels

Bookmarks rough combination key implementation function applicable conditions F2 Add/delete bookmarks all code sections Ctrl + F2 jump to the next file bookmarks Alt + F2 switch between all bookmarks of future projects Ctrl + Shift + f2 delete all bookmarks Ctrl + Shift + M show bookmarks dialog box

ZendStudioDebug the shortcut key list and combine the keys to implement the function. F9 adds/deletes all code parts of the breakpoint. F10. Execute the debugging file in one step to start the next line F5. Execute the debugging file until a breakpoint occurs. F8 debugging URL. Open the URL of the F12 summary file in the debug URL dialog box. Open the profile URL dialog box, Shift + F8, and add the viewpoint identification. In the add view dialog box that appears, Shift + F11 jumps out. The first F11 statement is executed after the result is returned in one step. Shift + F10 of the row to be executed in one step is executed to the cursor line. Execute the code to the row where the cursor is located. CTRL + F5 run the script without interruption SHIFT + F5 stop debugger CTRL + ALT + B display in the browser

F5, F6 line by line.

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.