vim-xcode
vim-xcode copied to clipboard
Work with Xcode projects from within Vim
Closes #89
Right now, we're just printing the pid for the app process after running. That's not particularly useful, and I often find myself needing to open Xcode just to use the...
## Thesis - vim-xcode is currently able to build a complete command to build or test an Xcode project - [vim-test](https://github.com/janko-m/vim-test) is able to look at files and pick test...
## Idea/pitch So I'm not sure how difficult this might be, but what do you think about adding support for customizing test command arguments? The two main use-cases I thought...
if you have tmux misconfigured, `xcrun instruments` isn't able to communicate with the simulator (?) properly. We should probably add a note in the async build section of the README...
I know this plugin does a great job as a wrapper over `xcodebuild`. But do we have any approach on peaking at the runtime log while the app is running...
I'm getting further since #60 was fixed, but not quite all the way there yet. The application appears to successfully install in the simulator, but then fails to open: ```...
We don't have any tests right now, although it'd probably be nice to have some. At the very least we could have shellcheck run against the `bin` directory to avoid...
Instead of autocompleting the simulator selection (see #8) to _any_ simulator, it'd be nice to limit the selection to simulators supported by the specified scheme. `CORRESPONDING_SIMULATOR_PLATFORM_NAME` and `SUPPORTED_PLATFORMS` hold some...