Webstorm common shortcut keys

find/replace

hot key

illustrate

ctrl+shift+N Quickly find files in a project by file name (required)
ctrl+shift+alt+N Quickly find a location by one character (required)
ctrl+F Quickly find code within a file
F3 find next
shift+F3 find previous
ctrl+R code in filereplace
ctrl+shift+R Batch replacement of codes in a specified directory
ctrl+shift+F Batch search of codes in a specified directory
ctrl+R In-file code replacement

interface operation

hot key

illustrate

ctrl+shift+A Quickly find and use all editor features (must remember)
alt+[0-9] Quick disassembly function interface module
ctrl+shift+F12 Maximum area display code (other functional interface modules will be hidden)
alt+shift+F Add current file to favorites
ctrl+alt+s Open the configuration window
ctrl+tab Switch code tabs (also make this selection, less efficient)
alt+<- or -> Toggle code tab

hot key

illustrate

ctrl+shift+N Quickly find files in a project by file name (required)
ctrl+shift+alt+N Quickly find a location by one character (required)
ctrl+F Quickly find code within a file
F3 find next
shift+F3 find previous
ctrl+R In-file code replacement
ctrl+shift+R Batch replacement of codes in a specified directory
ctrl+shift+F Batch search of codes in a specified directory
ctrl+R In-file code replacement

interface operation

hot key

illustrate

ctrl+shift+A Quickly find and use all editor features (must remember)
alt+[0-9] Quick disassembly function interface module
ctrl+shift+F12 Maximum area display code (other functional interface modules will be hidden)
alt+shift+F Add current file to favorites
ctrl+alt+s Open the configuration window
ctrl+tab Switch code tabs (also make this selection, less efficient)
alt+<- or -> Toggle code tab
ctrl+F4 Close the current code tab

code editing

hot key

illustrate

ctrl+D copy current line
ctrl+W selected word
ctrl+<- or -> Jump cursor position with word as boundary
alt+Insert create a new file or other
ctrl+alt+L format code
shift+tab/tab Reduce/enlarge indentation (can reduce line indentation in code)
ctrl+Y delete a line
shift+enter Start a new line (regardless of where the cursor is)

navigation

hot key

illustrate

esc Enter the code editing area
alt + F1 Useful for finding the location of code in other interface modules
ctrl+G code to the specified line
ctrl+]/[ cursor to the front or back of a code block
alt+up/down previous/next method

It is recommended to configure version control shortcuts

hot key

illustrate

ctrl+C Submit code
ctrl+p Push updates to remote repositories
ctrl+G code to the specified line
ctrl+]/[ cursor to the front or back of a code block
alt+up/down previous/next method

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326712211&siteId=291194637