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