일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- context
- Windows
- plugin
- 네트워크
- VirtualBox
- resource
- Mac
- profile
- port
- GIT
- JavaScript
- ssh
- 줄바꿈 문자
- Source
- find
- vscode
- Windows 10
- xargs
- Quartz
- netsh
- import
- IntelliJ
- bash
- 단축키
- grep
- Eclipse
- lsof
- web.xml
- maVen
- tomcat
- 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 preferencecmd + ,project structurecmd + ; search everywheredouble shiftfind Classcmd + Ofind Filecmd + shift + O Page Upctrl + ↑Page Downctrl + ↓Homectrl + cmd + ←Endctrl + cmd + → 라인 복제cmd + D라인 삭제cmd + delete현재 라인을 상,하로 이동opt + shift + ↑↓메소드 위치를 상,하로 이동cmd + shift + ↑↓커서를 상,하 메소드로 이동ctrl + shift + ↑↓현재 블럭 fold, unfoldcmd + (- or +)전체 블럭 fold, unfoldcmd + sh..