반응형
  intelliJ/webStorm eclipse
특정line으로 이동 ctrl + g ctrl + l
찾은다음 바꾸기 ctrl + r  
찾기 ctrl + shift + f  
패턴으로 찾기?    
소스찾기 shift + shift  
optimize import ctrl + alt + o  
Settings/Preferences  바로가기 ctrl + alt + s  
reformat ctrl + alt + l  

prettier적용하려면 webStorm plugin에서 설치하거나, node로 설치하거나 둘 중 하나만 하면 되는듯

적용방법: Settings(ctrl+alt+s) -> prettier검색 -> check Box로 설정

모든 소스 한번에 적용하려면 디렉토리로 가서 ctrl + alt + l

https://www.jetbrains.com/help/webstorm/prettier.html#ws_prettier_install

반응형

+ Recent posts