You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[PAXcodePlugin](https://github.com/balloonsys/PAXcodePlugin) - Example of Xcode Source Editor Extension
15
14
*[XcodeExtensionSample](https://github.com/takasek/XcodeExtensionSample) - Various sample commands for your Xcode Source Editor Extension implementation.
@@ -26,8 +25,6 @@ Please submit a pull request to improve this file. Thank you to all contributors
26
25
*[xcsort](http://apps.brrm.ru/xcsort/) - Sort text or code lines from a text selection. An Xcode extension by [battlmonstr](https://github.com/battlmonstr).
27
26
*[SwiftFormat](https://github.com/nicklockwood/SwiftFormat) - A code library and command-line formatting tool for reformatting Swift code
28
27
*[SwiftLintForXcode](https://github.com/norio-nomura/SwiftLintForXcode) - SwiftLint for Xcode is a Xcode Extension that was created to run SwiftLint.
29
-
*[SwiftLintXcodePlugin](https://github.com/libec/SwiftLintXcodePlugin) - Xcode source extension to help with some SwiftLint rules
30
-
*[ClangFormatter](https://github.com/neonichu/ClangFormatter) - Xcode Source Editor Extension for clang-format
31
28
*[Swimat](https://github.com/Jintin/Swimat) - An Xcode formatter plug-in to format your swift code
32
29
*[CleanHeaders-Xcode](https://github.com/insanoid/CleanHeaders-Xcode) - A Xcode Source Editor Extension to sort your header imports and remove duplicates, similar to iSort.
33
30
*[PPImportArrangerExtension](https://github.com/VernonVan/PPImportArrangerExtension) - A Xcode Source Editor Extension to arrange current file's all #import lines, support Objective-C、Swift、C.
@@ -40,7 +37,6 @@ Please submit a pull request to improve this file. Thank you to all contributors
40
37
*[Paste JSON as Code (quicktype)](https://github.com/quicktype/quicktype-xcode) – Paste JSON as Swift, Java, C++ or Obj-C++ models and serialization helpers.
41
38
*[SwiftMockGeneratorForXcode](https://github.com/seanhenry/SwiftMockGeneratorForXcode) - An Xcode 9 extension (plugin) to generate Swift mock classes automatically.
42
39
*[JSON-to-Swift-Converter](https://github.com/mrlegowatch/JSON-to-Swift-Converter) - an open-source Xcode Source Editor extension for creating Swift code from JSON-formatted text.
43
-
*[JSON2Swift](https://itunes.apple.com/us/app/json2swift/id1208964041?mt=12) - a flexible, fast, customizable tool which allows you to generate swift code based on JSON file.
44
40
*[Json2Property](https://github.com/keepyounger/Json2Property) - a open-source Xcode Extension by [keepyounger](https://github.com/keepyounger), allow you conveniently to convert Json to Objective-C model.
45
41
*[CodeGenerator](https://github.com/WANGjieJacques/CodeGenerator/) - Xcode editor extension for swift code generation.
46
42
*[GenerateSwiftInit](https://github.com/bkobilansky/GenerateSwiftInit) - Proof of concept for Xcode 8 source extensions; generate a Swift init from current selection
@@ -56,12 +52,11 @@ Please submit a pull request to improve this file. Thank you to all contributors
56
52
57
53
### Helper on editing
58
54
59
-
*[Comment Here](https://itunes.apple.com/us/app/comment-here/id1406737173?mt=12) - Insert // just before indented text
55
+
*[Comment Here](https://apps.apple.com/us/app/comment-here/id1406737173?mt=12) - Insert // just before indented text
60
56
*[NSLayoutConstraintSourceEditorExtension](https://github.com/shindyu/NSLayoutConstraintSourceEditorExtension) - Quickly add NSLayoutConstraint. Also support multiple variables.
61
57
*[XSpellCheck](https://github.com/wangjiejacques/XSpellCheck) - XSpellCheck is a Xcode extension for swift code spell check.
62
58
*[XCJumpToTests](https://github.com/takasek/XCJumpToTests) - the Xcode Source Editor Extension / AppleScript to jump files of Implementation⇄Tests
63
59
*[Sharpshooter](https://github.com/twostraws/Sharpshooter) - A tiny Xcode extension for people who debug with print()
64
-
*[Linex](https://github.com/kaunteya/Linex) - Packed with a lot of useful tools for everyday editing
65
60
*[XCExpandRegion](https://bitbucket.org/rjchatfield/xcexpandregion) - Select text by expanding the current selection
66
61
*[xTextHandler](https://github.com/cyanzhong/xTextHandler) - Xcode Source Editor Extension based tools to improve the text editing experience of Xcode 8 and provide extensions with simple code.
67
62
*[XcodeCComment](https://github.com/flexih/XcodeCComment) - Xcode Source Editor Extension for C Style Comment /**/
@@ -79,19 +74,19 @@ Please submit a pull request to improve this file. Thank you to all contributors
79
74
*[DeclareType](https://github.com/timaktimak/DeclareType) - Generate the type declaration in your file based on the file name
80
75
*[LineEscapeEx](https://github.com/sidepelican/LineEscapeEx) - Duplicate lines as comment
81
76
*[MGTextPlus](https://github.com/tuan188/MGTextPlus) - A Xcode Source Editor extension to duplicate line, delete line, join lines and more.
82
-
*[TabifyIndents](https://itunes.apple.com/jp/app/tabifyindents-for-xcode/id1179234554?mt=12) - This application adds two feature that Tabify and Untabify to Xcode Source Editor.
77
+
*[TabifyIndents](https://apps.apple.com/jp/app/tabifyindents-for-xcode/id1179234554?mt=1) - This application adds two feature that Tabify and Untabify to Xcode Source Editor.
83
78
*[Literals](https://github.com/Igor-Palaguta/LiteralsExtension) - Converts UIColor, NSColor, UIImage to literals
84
-
*[LanguageTranslator](https://itunes.apple.com/app/languagetranslator-for-xcode/id1218781096?mt=12) - A Xcode Source Editor extension to translate selected text into other language.
85
-
*[NamingTranslator](https://itunes.apple.com/app/namingtranslator-for-xcode/id1218784832?mt=12) - A Xcode Source Editor extension to translate selected variable or method between PascalCase, camelCase and snake_case.
79
+
*[LanguageTranslator](https://apps.apple.com/app/languagetranslator-for-xcode/id1218781096?mt=12) - A Xcode Source Editor extension to translate selected text into other language.
80
+
*[NamingTranslator](https://apps.apple.com/app/namingtranslator-for-xcode/id1218784832?mt=12) - A Xcode Source Editor extension to translate selected variable or method between PascalCase, camelCase and snake_case.
86
81
*[DevHelper](https://github.com/AlexeyGolovenkov/DevHelper) - Several inline tools - sort, comment out etc.
*[ConflictResolver](https://github.com/liaojinxing/ConflictResolver) - An Xcode Source Editor Extension that helps resolving merge conflicts.
89
84
*[XCSmartCutCopyPaste](https://github.com/mretondo/XCSmartCutCopyPaste) - Apply Cut or Copy commands to blank lines in line mode when there is no selection.
90
85
*[CommentSpellChecker](https://github.com/velyan/Comment-Spell-Checker) - Runs spell check and auto correct on code comments.
91
86
*[XPaste](https://github.com/rickytan/XPaste) - A Xcode Source Extension to power up your text paste abilities
92
87
*[Convert to Multi-Line Function](https://github.com/chrischute/xcode-multi-line-func) - XCode Source Editor Command to put each function argument on its own line.
93
-
*[SwitchIt](https://github.com/HarmVanRisk/SwitchIt) - An Xcode Extension that auto generates your switch statements from your defined enums. Can be downloaded on the app store [here](https://itunes.apple.com/ie/app/switchit/id1244401606?mt=12)
94
-
*[DoubleTake](https://github.com/HarmVanRisk/DoubleTake) - An Xcode Extension that removes duplicate imports/@class defined in a class. Can be downloaded on the app store [here](https://itunes.apple.com/ie/app/doubletake/id1453300536?mt=12)
88
+
*[SwitchIt](https://github.com/HarmVanRisk/SwitchIt) - An Xcode Extension that auto generates your switch statements from your defined enums. Can be downloaded on the app store [here](https://apps.apple.com/ie/app/switchit/id1244401606?mt=12)
89
+
*[DoubleTake](https://github.com/HarmVanRisk/DoubleTake) - An Xcode Extension that removes duplicate imports/@class defined in a class. Can be downloaded on the app store [here](https://apps.apple.com/ie/app/doubletake/id1453300536?mt=12)
95
90
*[BlockComment](https://github.com/bradhowes/BlockComment) - Parses Swift code to generate block comment contents
96
91
97
92
### Collaborations with internal/external services
@@ -109,18 +104,18 @@ Please submit a pull request to improve this file. Thank you to all contributors
109
104
### For Objective-C
110
105
111
106
*[EasyCode-Xcode](https://github.com/music4kid/EasyCode-Xcode) - "legal" Xcode Plugin for inserting code in super duper fast lazy way.
112
-
*[Swiftify Xcode extension](https://itunes.apple.com/us/app/swiftify-objective-c-to-swift/id1183412116) - allows you to convert Objective-C code to Swift right from Xcode.
107
+
*[Swiftify Xcode extension](https://apps.apple.com/us/app/swiftify-objective-c-to-swift/id1183412116) - allows you to convert Objective-C code to Swift right from Xcode.
113
108
*[Dotify](https://github.com/cyanzhong/Dotify) - Convert [[AnObject method1] method2] to AnObject.method1.method2 with Xcode Extension
114
109
*[Propertizer](https://github.com/josipbernat/Propertizer) - Autocompletes statements with desired type.
115
110
*[Basics](https://github.com/b-yng/Basics) - Generates __NSCopying__, __isEquals__, __hash__, and more.
116
111
*[Pragmatic](https://github.com/bgannin/Pragmatic) - An Xcode 8.*x* Source Editor extension for simplifying common pragma driven tasks
117
-
*[Xcode-NSCoding](https://github.com/accatyyc/xcode-nscoding) - Automatically creates NSCoding-implementations from properties
118
-
*[CodeGenerator](https://github.com/DeveloperPans/CodeGenerator) - A Xcode Source Editor extension to generate lazy getter methods from property.
112
+
*[Xcode-NSCoding](https://github.com/joelekstrom/xcode-nscoding) - Automatically creates NSCoding-implementations from properties
113
+
*[CodeGenerator](https://github.com/MrPans/CodeGenerator) - A Xcode Source Editor extension to generate lazy getter methods from property.
119
114
120
115
### Joke
121
116
122
117
*[XcodeExtension-TotsuzenNoShi](https://github.com/safx/XcodeExtension-TotsuzenNoShi) - A small "sudden" example of Xcode source code extension
123
-
*[CodeCows](https://itunes.apple.com/us/app/codecows/id1176112058?mt=12) - Add hundreds of ASCII cows to your source code
118
+
*[CodeCows](https://apps.apple.com/us/app/codecows/id1176112058?mt=12) - Add hundreds of ASCII cows to your source code
0 commit comments