일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- plugin
- 네트워크
- Quartz
- 단축키
- xargs
- VirtualBox
- Windows 10
- import
- bash
- Eclipse
- find
- vscode
- Mac
- grep
- profile
- resource
- JavaScript
- port
- GIT
- lsof
- context
- web.xml
- IntelliJ
- maVen
- 줄바꿈 문자
- tomcat
- netsh
- Windows
- ssh
- Source
- Today
- Total
목록IntelliJ (4)
develog
Preferences > Editor > Inlay Hints > Code vision > Usages 체크/해제 Preferences > Editor > Inlay Hints > Code vision > Code author 체크/해제
Eclipse Project 로 새 프로젝트 만들기 File > New > Project from Existing Sources... Artifacts 추가 Project Structure > Project Settings > Artifacts > + > Web Application: Exploded > From Modules... Tomcat 설정 Run > Edit Configurations... > + > Tomcat Server > Local > Deployment > Deploy > + > Artifact... > Application context: /
Preference > Keymap > Editor Actions preference cmd + , project structure cmd + ; search everywhere double shift find Class cmd + O find File cmd + shift + O Page Up ctrl + ↑ Page Down ctrl + ↓ Home ctrl + cmd + ← End ctrl + cmd + → 라인 복제 cmd + D 라인 삭제 cmd + delete 라인 상하이동 opt + shift + ↑↓ 현재 블럭 fold, unfold cmd + (- or +) 전체 블럭 fold, unfold cmd + shift + (- or +) 선택 영역 폴딩 cmd + . 라인 주석 cmd + / ..