Intellij Setting
추천 플러그인
- NodeJS
- AngularJS
- .ignore
- Live Edit
- BashSupport
- (선택) Scala
시스템 설정 (Window)
- 환경 변수 추가
- Intellij 실행 파일 변경
- idea64.exe로 실행하도록 합니다.
- Intellij 실행 옵션 변경
- Intellij 설치 경로 / bin / idea64.exe.vmoptions
- Xms와 Xmx를 적당한 크기로 잡아줍니다.
- Intellij 설치 경로 / bin / idea64.exe.vmoptions
시스템 설정 (Mac)
-
/Applications/IntelliJ IDEA 14.app/Contents/Info.plist 파일에서 <JVMVersion> 부분을 1.8*로 변경
설정
- Appearance & Behavior > Appearance
- Theme = Darcula
- Automatically position mouse cursor on default button = true
- Tooltip initial delay (ms) = 100ms
- Show memory indicator
- Editor > General
- Honor "CamelHumps" words settings when selecting on double click = false
- Change font size (Zoom) with Command(Ctrl)+Mouse Wheel = true
- Editor > General > Smart Keys
- Use "CamelHumps" words = true
- Editor > General > Appearance
- Show line numbers = true
- Editor > General > Code Completion
- Code Completion > Autopopup documentation in (ms) = 100
- Parameter Info > Autopopup in (ms) = 100
- Parameter Info > Show full signatures = true
- Editor > General > Auto Import
- Optimize imports on the fly
- Add unambiguous imports on the fly
- Editor > Code Style
- Line separator = Unix and OS X (\n)
- Editor > File Encodings
- IDE Encoding = UTF-8
- ProjectEncoding = UTF-8
- Default encoding for properties files = UTF-8
- Version Control > Git
- Path to Git executable = Git 실행파일 경로
- Build, Execution, Deployment > Build Tools > Maven
- Always update snapshots = true
- User settings file = 개발환경에 맞는 파일
- Build, Execution, Deployment > Build Tools > Maven > Importing
- Import Maven projexts automatically = true
- Automatically download
- Sources = true
- Documentation = true
- (선택) Build, Execution, Deployment > Build Tools > SBT
- Use auto-import = true
- Create directories for empty content roots automatically = true
- Download sources and docs
- Tools > SSH Terminal
- Default encoding = UTF-8
기본 프로젝트 구조
- Project
- Project SDK = New 선택하여 사용할 기본 SDK 선택. (예: Java 1.8)
- Project language level = SDK default
댓글
댓글 쓰기