IOS efficient development: Xcode application plug-in and iosxcode plug-in

Source: Internet
Author: User

IOS efficient development: Xcode application plug-in and iosxcode plug-in
This article is a non-original article from www.cocoachina.com/industry/20130918/7022.html. The Ancients cloud created a powerful development environment, which is an excellent way to immediately improve their combat effectiveness! The following are some powerful XCode plug-ins.1. All-Around searcher CodePilot 2.0Are you looking for a file? Is it a folder? Is it code? Never Mind, CMD + SHIFT + X call out CodePilot, enter anything you want to search! Search appFinishLaunchingWithOptions? Forget how to fight? It doesn't matter if it has powerful code search capabilities. appflaun can also be found! Super powerful regular expression matching, matching anything you want! Project address: http://codepilot.cc2. XVim essential for Vim ControlXVim is a Vim plug-in for Xcode. It allows developers to experience vim without giving up any xcode functions. Project address: https://github.com/JugglerShu/XVim3. YouCompleteMe (vim plug-in)If you prefer to use vim to write code, there is a great vim plug-in-YouCompleteMe-which can improve your experience when writing OC code. YouCompleteMe can add the code auto-completion function in Vim, you do not need to press a key to view Code Completion suggestions-the plug-in can automatically complete suggestions for OC, OC ++, C ++, and C. Address: https://github.com/Valloric/YouCompleteMe https://github.com/omz/ColorSense-for-Xcode5. Large text tool HOStringSenseWhen a large text segment is often input, if there are various line breaks and special characters in the text, it will often be a headache. With HOStringSense, you no longer have to worry about this problem, by the way, the word count statistics function is provided. Project address: https://github.com/holtwick/HOStringSense-for-Xcode6. canonical comment generator vv1_enterMany times, for rapid development, many technical documents can save time, and comments become very important at this time. It is perfect to use the comments such as Doxygen to automatically generate documents. However, it is troublesome to manually enter the canonicalized comments every time. However, with vv1_enter, The canonicalized comments, the master needs to input three diagonal lines! (Vv1_enter is developed on Mac OSX 10.8.5 and Xcode 4.6.3. It should support all Xcode 4 versions. If you want to support Xcode 5, You Can slightly modify the plist file. Address: https://github.com/onevcat/VVDocumenter-Xcode https://github.com/kattrali/cocoapods-xcode-plugin8. Xcode syntax highlighting plug-inPreviously, it was developed using eclipse and comes with syntax highlighting effects. I have been developing ios for a long time, but I have not found a syntax highlighting plug-in, because xcode only adds a dotted line under the variable or class name, it usually seems that the code is very uncomfortable. Recently, I decisively wrote a syntax highlighting plug-in for xcode, but the function is very limited. It is not as easy as eclipse and does not differentiate the scope of objects, barely usable. Share with you what you need. Download the attachment, decompress it, and place it in the directory of your user/Library/Application Support/Developer/Shared/Xcode/Plug-ins. Some children's shoes do not have the directory of Plug-ins, then manually create a, and then put the unzipped highlight-Plugin.xcplugin in, restart xcode. Then you can see the highlighted menu. Project address: http://www.cocoachina.com/bbs/read.php? Tid = 150107 https://github.com/ksuther/KSImageNamed-Xcode https://code.google.com/p/xcode-extend-plug-in/11. XcodeColorsChange debug console color Project address: https://github.com/robbiehanson/XcodeColors12. SCXcodeMiniMapAn Xcode plug-in allows you to create a code mini map in the current window and highlight the code on the screen. Address: https://github.com/stefanceriu/SCXcodeMiniMaphttps://github.com/questbeat/Lin https://github.com/mneorr/Alcatraz15.FuzzyAutocompletePlugin -- Xcode 5 code auto-completion plug-in

FuzzyAutocompletePlugin is an Xcode 5-compatible plug-in. Fuzzy match is added to improve the automatic complementing function of Xcode code. Developers do not need to follow the principle of "from scratch". They only need to remember a keyword in the method for matching, this improves the work efficiency. Note: This plug-in has only been tested on Xcode 5 and has no compatibility with other plug-ins (except KSImageNamed ). Project address: https://github.com/chendo/fuzzyautocompletepluginattachment:
/Cms/uploads/soft/131031/4196 -131031114408.zip
/Cms/uploads/soft/131211/4196 -1312111163.zip17. ACCodeSnippetRepository

Use it to synchronize with your Git repository. If you want to manually import an Snippet, you only need to click a few mouse clicks to use this plug-in.

 

18. GitDiff

A graphical Git plug-in can save a lot of trouble for developers. Although Tower and SourceTree are both good, GitDiff can be used in Xcode

Real-time tell us what is the difference between the current project and the previous version, this function is not available to other software.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.