Summary of commonly used shortcut keys in HBuilder

Reprinted to  https://blog.csdn.net/xiaomobeila/article/details/54945844

1. File (4) 
New Ctrl + N 
Close Ctrl + F4 
All Close Ctrl + Shift + F4 
Properties Alt + Enter

2. Edit (13) 
Activate Code Assistant Alt + / 
Activate Shortcuts View Ctrl + Shift + L

Open/Close Comment Entire Line Ctrl + / 
Open/Close Comment Selected Content Ctrl + Shift + /

Delete the current line Ctrl + D 
Delete the current tab Ctrl + Shift + T 
Delete to the beginning of the line Shift + Backspace 
Delete to the end of the line Shift + del

Merge next line Ctrl + Alt + J 
Format code Ctrl + Shift + F 
Move line down Ctrl + Move line down 
up Ctrl + Up 
select current line Ctrl + L

3. Insert (3) 
Repeat to insert the current line or selected area Ctrl + Shift + R 
to quickly insert <br/>(in html) Shift + Enter 
to quickly insert \n (in css or js) Shift + Enter

4. Select (4) 
Select words to the left Ctrl + Shift + Select words to the left and 
right Ctrl + Shift + 
Select the same words to the right Ctrl + Shift + A 
Select pairs of content Ctrl + '['

5. Jump (9) 
Previous tab Ctrl + Tab

Previous word Ctrl + left  Next
word Ctrl + right 
to previous text entry point Alt + up 
to next text entry point Alt + down

Beginning of line Home 
End of line End  Beginning
Ctrl + Home End of page 
Ctrl + End

6. Find (8) 
Search bar Ctrl + F 
Search box Ctrl + H 
Find file Ctrl + T 
Hide search bar ESC

Focus to search criteria box Ctrl + Alt + F 
Focus to replace input box Ctrl + Alt + E

Line break within search bar Alt + Enter 
HTML tag specification Ctrl + Shift + H

7. Run (1) 
Run Ctrl + R

8. Tools (1) 
CSS/HTML syntax check Ctrl + Shift + V

9. View (6) 
Maximize the active view or editor Ctrl + M 
Display the line number menu Ctrl + F10 
Activate change view while watching Ctrl + P 
Activate development view Ctrl + Shift + P 
Collapse all Ctrl + Alt + - 
Expand all Ctrl + Alt + +


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324800177&siteId=291194637