PyCharm 설정
개발툴2015. 1. 19. 19:39
PyCharm 설정에 대한 정리
tab 설정
Settings > Editor > Code Style 메뉴 이동
오른쪽에 Use tab character, Smart tabs 체크
Right margin 설정
코드 포멧팅 시 120 columns 이상이면 개행이 된다. 개행이 되는 것이 싫다면 해당 사이즈를 늘려주도록 한다.
Spelling Typo 오류 체크 기능 해제
코드의 스펠링을 체크하는 기능인데 경고 표시가 불편하면 설정 해제한다.
show line numbers 설정
Settings > Editor > Appearance 선택
show line numbers 체크한다.
단축키 설정
이클립스 단축키로 사용하고 싶을 때에는 아래 설정에서 변경하면 된다.
Settings > Keymap 이동 후 아래와 같이 변경
'개발툴' 카테고리의 다른 글
MariaDB의 max connection 에 따른 애플리케이션 connection pool 설정 주의 사항 (0) | 2015.07.21 |
---|---|
Fiddler HTTPS 데이터 확인 (0) | 2015.05.14 |
The import org.springframework.beans.factory.annotation.Autowired is never used 경고문 해결 방법 (0) | 2015.03.06 |
maven build 시 properties 값 변경 방법 (0) | 2015.03.04 |
이클립스 indigo m2eclipse-wtp 사용시 maven scope 인식 불가 현상 (0) | 2014.11.13 |
Git stash 기능 (0) | 2014.07.28 |
javascript 빨간 X표시 안보이게 하기 (2) | 2014.07.16 |
Shared workspace plugin 설정 (0) | 2014.07.01 |
댓글()