자주쓰는 웹스톰 쇼트컷
ctrl + shift + f
: 소스코드 전체에서 해당하는 키워드 찾기shift + shift
: 모듈, 함수 찾기alt + 드래그
:선택한 line에서 드래그ctrl + 클릭
:함수나 클래스로 이동Tab
:Code completion with replacectrl + w
:Extend selectionCtrl + Y
:Delete line at caretCtrl + Space
:기본코드 완성Ctrl + D
:Duplicate current line or selected blockshift + F10
:실행함수 파라메터에서 ctrl + p
: 어떤 method parameter 를 사용해야할지 알려줌함수 선언 위에 /** + enter
: documentation 템플릿 작성해줌
관련 사이트
웹스톰에 필요한 10가지 쇼트컷을 gif로 제공
[https://intellegibilisverum.tistory.com/entry/%EC%9B%B9%EC%8A%A4%ED%86%B0-%EB%8B%A8%EC%B6%95%ED%82%A4] (https://intellegibilisverum.tistory.com/entry/%EC%9B%B9%EC%8A%A4%ED%86%B0-%EB%8B%A8%EC%B6%95%ED%82%A4/)웹스톰에 필요한 10가지 쇼트컷을 gif로 제공
[https://blog.jetbrains.com/webstorm/2015/06/10-webstorm-shortcuts-you-need-to-know/] (https://blog.jetbrains.com/webstorm/2015/06/10-webstorm-shortcuts-you-need-to-know/)단축키 PDF
[https://resources.jetbrains.com/storage/products/webstorm/docs/WebStorm\_ReferenceCard.pdf] (https://resources.jetbrains.com/storage/products/webstorm/docs/WebStorm_ReferenceCard.pdf)
'C Lang > 버리기는 아까운 IT잡지식' 카테고리의 다른 글
2진수, 10진수, 16진수, 8진수, 각 진수별 데이터 크기 (0) | 2020.01.31 |
---|---|
티스토리 새 에디터 코드블럭에 하이라이트 적용하기 (0) | 2019.06.29 |
API errro code (0) | 2019.06.12 |
REST API 제대로 알고 사용하기 (0) | 2019.06.07 |
구글링의 고수가 되는 검색 트릭 14 (0) | 2019.06.06 |