Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vvdocumenter Xcode | 8,468 | 6 years ago | July 31, 2014 | 63 | mit | Objective-C | ||||
Xcode plug-in which helps you write documentation comment easier, for both Objective-C and Swift. | ||||||||||
Injectionforxcode | 6,508 | a year ago | February 26, 2017 | 77 | mit | Objective-C | ||||
Runtime Code Injection for Objective-C & Swift | ||||||||||
Awesome Xcode Extensions | 2,947 | 8 days ago | 1 | Ruby | ||||||
Awesome native Xcode extensions. | ||||||||||
Colorsense For Xcode | 2,859 | 8 years ago | August 19, 2023 | 48 | Objective-C | |||||
Plugin for Xcode to make working with colors more visual | ||||||||||
Clangformat Xcode | 2,790 | 3 years ago | August 20, 2023 | 32 | mit | Objective-C | ||||
Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang | ||||||||||
Rtimageassets | 2,505 | 5 years ago | August 22, 2023 | 9 | mit | Objective-C | ||||
A Xcode plugin to automatically generate 2x, 1x image from 3x image for you, or upscale to 3x from 2x | ||||||||||
Grpc Swift | 1,838 | 3 days ago | 26 | February 11, 2022 | 90 | apache-2.0 | Swift | |||
The Swift language implementation of gRPC. | ||||||||||
Xtodo | 1,570 | 7 years ago | December 07, 2013 | 29 | Objective-C | |||||
Xcode plugin to collect and list the `TODO`,`FIXME`,`???`,`!!!!` | ||||||||||
Dash Plugin For Xcode | 1,526 | a month ago | September 06, 2023 | 2 | Objective-C | |||||
Plugin for Xcode to integrate the Dash documentation viewer app | ||||||||||
Codepilot | 1,317 | 3 years ago | September 12, 2023 | 7 | apache-2.0 | Objective-C | ||||
Code Pilot is an Xcode plugin which lets you woosh through your code and save a lot (and we mean a *lot*) of your time. |
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.
##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.
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.