일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- context
- grep
- ssh
- xargs
- 단축키
- Windows
- Mac
- tomcat
- vscode
- profile
- web.xml
- lsof
- port
- Source
- VirtualBox
- Eclipse
- 네트워크
- import
- Quartz
- 줄바꿈 문자
- netsh
- GIT
- JavaScript
- Windows 10
- bash
- find
- plugin
- resource
- IntelliJ
- maVen
- Today
- Total
목록IntelliJ (4)
develog
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Is3Rc/btrzBKh2wWc/e3LXinNTMDyAC6VkwM2RlK/img.png)
Preferences > Editor > Inlay Hints > Code vision > Usages 체크/해제 Preferences > Editor > Inlay Hints > Code vision > Code author 체크/해제
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/c5oIOh/btrocSTS3aE/sAKHC82MgBmlrLgmM53o01/img.png)
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: /
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bEXdQY/btrB8Q1IEzK/ucspWZuCokhrET7iWc1NCk/img.png)
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..