intellij custom 옵션들

HELP > edit custom vm options -Xmx2048m-Dfile.encoding=UTF-8# ip가 ipv6로 표현되는 경우-Djava.net.preferIPv4Stack=true-Djava.net.preferIPv4Addresses=true HELP > edit custom properties # 파일크기가 커서 안될 경우idea.max.intellisense.filesize=999999

intelliJ gradle 버전 변경

참조 : https://namsick96.github.io/build%20tool/Gradle_version_change_at_Intellij/ 프로젝트의 gradle 버전은 gradle-wrapper.properties에서 확인 터미널을 열어 아래와 같이 명령어를 통해 버전 변경 Settings > Build,Execution,Deployment > Build Tools […]

동시에 GIT을 branches 이동

멀티 project 연결해서 작업 시, 같이 이름으로 동시 branch 이동하기 위한 방법 settings > version control > git 이동 “execute branch operatios […]

IntelliJ & Git

Pull (= update project) github에서 로컬 registry 및 workspace 로 내리는 방법 merge 또는 rebase 선택 rebase는 서버쪽 소스로 덮어씌움 merge는 충돌날 […]

IntelliJ 사용 기준

최대한 마우스 사용 없이 키보드 만으로 IDE를 사용 모든 탭 이동 : alt + 방향키 xml 파일 포함하여 검색 ctl + shift […]

IntelliJ Plugins

javadoc grep console 로깅 시, 색상 표현 (로그레벨별 색상 표기 가능) code inspection plugins checkstyle-IDEA PMDPlugin QAPlug – FindBugs Presentation Assistant 기능이 […]