IDE/Cursor

Cursor IDE 자동 정렬 단축키 확인 방법

공유해드림 2025. 5. 7. 16:40

File -> Preferences -> Keyboard Shortcuts

 

검색창에 "format Document" 검색

 

shift + alt + F 로 돼어 있는거을 확인 하고 사용

 

install Formatter 나올시

install Formatter클릭후

autopep8 설치후 다시 shift + alt + F

 

 

추가내용

https://all-share-source-code.tistory.com/80

 

vscode 자동 줄맞춤 글자수 설정 방법(autopep8)

설정 -> autopep8 -> 항목추가 -> '--max-line-length=120' 입력 [이미지 참조] 출처 : https://microsoft.tistory.com/995 --- 추가 내용 --- 더보기 단축키 ctrl + K + F로 자동 줄맞춤 없이 자동적으로 사용 방법 자동 줄맞

all-share-source-code.tistory.com