setting16 [VSCode] 단축키 모음 control + ` : View - terminal command + K + 0 (숫자) : 코드 전체 접기 command + K + J : 코드 전체 펼치기 opt + command + [ : 선택 영역 접기 opt + command + ] : 선택 영역 펼치기 command + shift + -> : 현재 커서에서 전체 줄 선택 control + shift + -> : 현재 커서에서 특정 단위 (변수, 기호, 연산자..) 선택 opt + command + 방향키 : 다중 커서. 여러줄 선택 opt + 마우스 왼쪽 클릭 : 다중 커서. 여러줄 선택 2024. 1. 3. [IntelliJ] 인텔리제이 setting - Build, Gradle, Actions on Save, Lombok, 자동저장 해제, 변경파일 *표시 Build, Gradle 설정 Preferences > Build, Execution, Deployment > Build Tools > Gradle 에서 Build and run using 을 Intellij IDEA Run tests using 을 Intellij IDEA Gradle JVM을 java11(zulu11) 로 바꾸기 Actions on Save ( 저장 시 액션 ex)코드 정렬... ) Preferences > Tools > Actions on Save Reformat code : 저장 시 코드 정렬 Optimize imports : import 문 최적화. 사용되지 않는 회색 처리된 import 문을 없애 줌 Rearrange code : 코드 재정렬. Editor -> Code Sty.. 2022. 9. 22. [MacOS - M1] m1 맥북에 brew 통해 vscode 설치하기 visual studio code 설치 brew install visual-studio-code --cask 최신 homebrew에는 cask가 기본으로 되어 있어서 --cask 명령어는 생략해도 된다고 한다. 설치 완료 참고 : https://minimal-dev.tistory.com/38 2022. 8. 29. [MacOS - M1] m1 맥북에 brew 통해 iterm2 , oh-my-zsh 설치하기 iterm2 설치 https://formulae.brew.sh/cask/iterm2#default 아래 설치 명령어 복사하기 brew install --cask iterm2 command + space 로 Spotlight 실행 후 터미널 실행 터미널에 위에서 복사한 명령어 입력하기 설치 완료 spotlight에서 iterm2 실행 ohmyzsh 설치 https://github.com/ohmyzsh/ohmyzsh iterm 터미널에 입력해 설치 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 설치 완료 powerlevel10k 테마 설치 https://github.com/romka.. 2022. 8. 29. 이전 1 2 3 4 다음