일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 단축키
- IntelliJ
- vscode
- maVen
- xargs
- Mac
- context
- netsh
- Source
- import
- Eclipse
- grep
- ssh
- 줄바꿈 문자
- JavaScript
- profile
- resource
- Quartz
- GIT
- lsof
- bash
- web.xml
- port
- Windows
- VirtualBox
- 네트워크
- find
- Windows 10
- plugin
- 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..