IntelliJ Underscore를 Camel Case로 변환
1. 플러그인 설치
- File → settings → Plugins
2. 단축키
- 대상 단어를 선택하고 Shift + Alt + U를 누른다.
anExampleWord → an_example_word → an example word → an-example-word → AN_EXAMPLE_WORD → AnExampleWord → anExampleWord
[출처 및 참고]
This post is licensed under CC BY 4.0 by the author.