webstorm

作者: JSL_FS | 来源:发表于2018-02-11 12:00 被阅读0次

toLowerCase or toUpperCase

ctrl + shift + u

surround with ...(if...else,try...catch,for,etc)

ctrl + alt + t

git add .

ctrl + alt + a

git commit -m "***"

ctrl + k

find in path

ctrl + shift + f

rename

shift + f6

reformate code

ctrl + alt + l

move line up(down)

alt + shift + up(down)

Live Templates

Live Templates => JavaScript => + => abbreviation af , description arrow function ,
template text :

($EDIT$) => {
  $END$
}

=>define
=>expand with default tab
=>apply ok

start a new line

shift + enter

相关文章

网友评论

      本文标题:webstorm

      本文链接:https://www.haomeiwen.com/subject/lhpktftx.html