1. (1번만 들여쓰기) visual studio code indent shortcut
[비주얼스튜디오(Visual Studio) 한 번에 코드 정렬하기]
1-1. Ctrl + A : 모두 선택
1-2. Ctrl + K, F : 차례대로 클릭
2. 항상 들여쓰기(Prettier - Code formatter)
Windows Shift + Alt + F
3. 들여쓰기(indent)는 어떤 툴을 사용하던지 중요하다.
이클립스 자동들여쓰기(indent) : Ctrl+Shift+f
4. 참조 URL
https://itchipmunk.tistory.com/413
에디터별 코드 포맷팅 단축키 정리 ( Code Formatting Shortcut )
주로 Windows에서는 Visual Studio, 맥에서는 Visual Studio Code (VS Code), Xcode, Eclipse를 쓴다. 매 번 다른 툴을 쓰다 보니 단축키들이 헷갈린다. 그 중 가장 많이 구글링으로 찾아봤던 코드 포맷팅 단축..
itchipmunk.tistory.com
https://www.codegrepper.com/code-examples/whatever/shortcut+for+indentation+in+visual+studio+code
shortcut for indentation in visual studio code Code Example
On Windows Shift + Alt + F On Mac Shift + Option + F On Ubuntu Ctrl + Shift + I
www.codegrepper.com
'개발 및 관리 > 서버 및 기타 환경설정' 카테고리의 다른 글
cka killer.sh 해설 youtube (0) | 2024.08.22 |
---|---|
컴퓨터 소리가 갑자기 안나올 때 방법 (0) | 2022.02.17 |
(읽어 봐야 할 책들) 도커, 쿠버네티스 (0) | 2021.06.22 |
이클립스 빌드 (0) | 2016.03.01 |
톰캣 서버 디렉토리 구조 (0) | 2016.02.14 |