If you love vim and you are an iOS developer, you will love this config of YouCompleteMe plugin.
As we know YouCompleteMe brings powerfull completion for vim users on Clang based languages. Objective-C is a language that Apple created for iOS and macOS develop. The main compiler of Objective-C is Clang, so we can using YouCompleteMe to get auto-complete on vim work. That's Amazing!
- Config YouCompleteMe plugin with your vim -> YouCompleteMe
- Copy
.ycm_extra_conf.py
to your root path of your project - Adding or removing items in
PROJECT_PATH_IGNORE
to config paths that you do not want add to header searching path and pch file searching path cd path2yourProject && vim .
and have fun