Xcode comes with a lot of things that are essential to building to the iPhone and/or iPad. In fact a lot of it I am not even aware of because it is so ‘behind the scenes’.
On the other hand, I have recently been exposed to the advantages of using Vim as an editor. Is there any setup which would make using Vim an efficient option when developing for the iOS platforms? Or would it be so complicated to combine the two as to make this question moot?
In other words, if you have any tips, advice or warnings when using Vim and Xcode together, I am all ears!
Developing for iOS or Mac with Vim can be really powerful and fast, especially if you use TDD or want quick feedback.
But it takes a bit of finagling to get it working. The few important things you need to know are:
xcodebuildcommand-line tool to run your build and units from some vimscript.clang_completeplugin to give you full code completion from within vim.ios.vimandcocoa.vimplugins for navigation.This is my preferred method of working. In fact, I wrote the
ios.vimplugin to make this easier for more people.