2022년 03월 22일2022년 03월 23일4-2. intellij intelliJ gradle 버전 변경 참조 : https://namsick96.github.io/build%20tool/Gradle_version_change_at_Intellij/ 프로젝트의 gradle 버전은 gradle-wrapper.properties에서 확인 터미널을 열어 아래와 같이 명령어를 통해 버전 변경 Settings > Build,Execution,Deployment > Build Tools […]
2022년 03월 17일2022년 03월 18일4-2. intellij 동시에 GIT을 branches 이동 멀티 project 연결해서 작업 시, 같이 이름으로 동시 branch 이동하기 위한 방법 settings > version control > git 이동 “execute branch operatios […]
2022년 03월 17일2022년 03월 17일4-1. 버전관리, 4-2. intellij IntelliJ & Git Pull (= update project) github에서 로컬 registry 및 workspace 로 내리는 방법 merge 또는 rebase 선택 rebase는 서버쪽 소스로 덮어씌움 merge는 충돌날 […]
2022년 03월 16일2022년 03월 18일4-2. intellij IntelliJ 사용 기준 최대한 마우스 사용 없이 키보드 만으로 IDE를 사용 모든 탭 이동 : alt + 방향키 xml 파일 포함하여 검색 ctl + shift […]
2022년 03월 16일2022년 03월 16일4-2. intellij IntelliJ Plugins javadoc grep console 로깅 시, 색상 표현 (로그레벨별 색상 표기 가능) code inspection plugins checkstyle-IDEA PMDPlugin QAPlug – FindBugs Presentation Assistant 기능이 […]
2022년 03월 16일2022년 03월 16일4-2. intellij, 4-4. java IntelliJ, VSCode, Eclipse, Visual Studio 단축키 기능 IntelliJ VSCode Eclipse VS 자동 완성, 인텔리센스 Ctrl + Space Ctrl + Space Alt + Right SmartType code completion Ctrl + […]
2022년 02월 21일4-2. intellij IntelliJ에서 File size exceeds configured limit 오류가 발생하는 경우 참조 : https://blrunner.tistory.com/92 – 경로: C:\Program Files\JetBrains\IntelliJ IDEA xxxx.xx.xx\bin (intellij 설치경로 하위 bin) – 파일명: idea.properties – 수정 사항: idea.max.intellisense.filesize=25000 […]