webstorm移动代码快捷键有哪些?
ctrl + shift + up: 行移动
shift + alt + up: 块移动(if(){},while(){}语句块的移动)
option + ->        以单词为单位移动光标
option + <-        以单词为单位移动光标
command + ->        光标移到行尾
command + <-        光标移到行头
command + [         移动光标到代码块前
command + ]         移动光标到代码块尾
 赞 (0)
                        
