Aviator icon indicating copy to clipboard operation
Aviator copied to clipboard

Xcode plugin that brings ⇧⌘T from AppCode over to Xcode

Results 6 Aviator issues
Sort by recently updated
recently updated
newest added

I have files in my project called Form.swift and FormTests.swift. Pressing the keyboard shortcut Cmd + Shift + T does nothing. Doing this in an Objective C project works fine.

If no test files are found, the an alert should prompt the user informing them that no test files were found. The alert should automatically be hidden/fade out after a...

enhancement

A selection alert in line with how AppCode handles multiple test files. Example below: ![](http://blog.jetbrains.com/objc/files/2013/02/gotoTest.png)

enhancement

Given the auto generation of new test files from issue #6, it would be ideal to allow the user to specify how and where the new tests are created. We...

enhancement