'들여쓰기'에 해당되는 글 1건

  1. 2022.03.25 들여쓰기(indent)
반응형

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

 

반응형