What is Code Pilot?
Read the full story of Code Pilot.
Code Pilot is a plugin for Xcode 5 & 6 that allows you to quickly find files, methods and symbols within your project without the need for your mouse. It uses fuzzy query matching to compute a list of results sorted by their relevancy. With just a few keystrokes you can jump to the method you're looking for.
More about original Code Pilot release here.
How to install Code Pilot?
##Alcatraz
You can install Code Pilot using Alcatraz package manager
##Manual
To use Code Pilot you have to build the project. It will automatically place CodePilot3.xcplugin
file to your plugin directory - ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins
.
To load the plugin you have to restart Xcode.
When the plugin is loaded you can open the CodePilot window with CMD + SHIFT + X, and then type your query.
License
Copyright 2014 Macoscope Sp. z o.o.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.