본문 바로가기

iOS개발팁

XCode에 커스텀 텍스트 매크로를 추가하자.

커스텀 텍스트 매크로를 추가하는 방법을 찾던 중 아주 좋은 플러그인을 찾게 되었습니다. 설치 방법도 간단하고 아주 좋네요 :)

이름은 Completion Dictionary 로 설치를 하면 XCode의 Edit 메뉴에 Completion Dictionary 메뉴가 생성됩니다. 아래는 매크로 편집 메뉴를 선택했을 때 실행화면입니다.


아래와 같은 기능을 제공합니다.
  • Seamless Xcode integration with configurable fallback to Xcode’s code completion
  • Built-in macro editor for quickly adding custom macros
  • Full Undo/Redo support
  • Free definable placeholders within the macros
  • Query placeholders for macros that require additional user input
  • Automatic indentation of multi-line macros, allows to insert code snippets properly indented.
  • Comprehensive set of default macros (includes more than 190 macros)

설치를 위해서는 아래 주소로 가셔서 파일을 받으시면 됩니다. 압축을 푸시면 Readme.html 파일에 설치법이 나와 있으니 그대로 하시면 커스텀 텍스트 매크로를 맘껏 추가할 수 있어요! :)


'iOS개발팁' 카테고리의 다른 글

싱글턴을 활용한 카테고리 연관저장  (0) 2011.03.30
Previous frame inner to this frame  (0) 2011.03.29
UISlider 와 KVO  (0) 2010.12.15
Failed to upload iPhoneAppName.app  (0) 2010.11.25
Media Layer 소개  (0) 2010.11.19