Home >WeChat Applet >Mini Program Development >WeChat applet development tool shortcut keys arrangement
WeChat Mini Program WeChat Developer Tool Shortcut Keys. I have recently studied WeChat Mini Programs and used a lot of shortcut keys. I simply recorded them. If there are other shortcut keys that will continue to be added in the future,
The WeChat applet is already running. I have been looking for the shortcut key settings for a long time, but I can’t find them. I just rely on my feeling. I posted the picture. Let’s take a look.
I am currently using 0.10.101100 version, there should be no changes in the shortcut keys for subsequent version updates.
It seems that it cannot be modified now. If any students find the modified Please tell me the method. Thank you.
WeChat Mini Program Code Editing Shortcut Keys
Commonly Used Shortcut Keys
Format Adjustment
Ctrl+S: Save file
Ctrl+[, Ctrl+]: Code line indentation
Ctrl+Shift+[, Ctrl+Shift+]: Collapse open code block
Ctrl+ C Ctrl+V: Copy and paste, if no text is selected, copy and paste a line
Shift+Alt+F: Code formatting
Alt+Up, Alt+Down: Move one line up or down
Shift+Alt+ Up, Shift+Alt+Down: Copy a line up and down
Ctrl+Shift+Enter: Insert a line above the current line
Cursor related
Ctrl+End: Move to the end of the file
Ctrl+Home: Move to the beginning of the file
Ctrl+i: Select the current line
Shift+End: Select from the cursor to the end of the line
Shift +Home: Select from the beginning of the line to the cursor
Ctrl+Shift+L: Select all matches
Ctrl+D: Select matches
Ctrl+U: Cursor rollback
Interface related
Ctrl + \: Hide sidebar
Thank you for reading, I hope it can help everyone, thank you for your support of this site!
For more articles related to WeChat applet development tool shortcut keys, please pay attention to the PHP Chinese website!