All Projects → V8tr → Linessorter Xcode Extension

V8tr / Linessorter Xcode Extension

Xcode Extension that helps you keep your import statements and long code lists organized and uniform

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Linessorter Xcode Extension

Xgist
Xcode extension to send code to GitHub's Gist
Stars: ✭ 75 (+38.89%)
Mutual labels:  xcode, xcode-plugin, xcode-extension, developer-tools
Snowonder
🔮 Magical import declarations formatter for Xcode
Stars: ✭ 100 (+85.19%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Swiftmockgeneratorforxcode
An Xcode extension (plugin) to generate Swift test doubles automatically.
Stars: ✭ 522 (+866.67%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Swimat
An Xcode formatter plug-in to format your swift code.
Stars: ✭ 1,388 (+2470.37%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Playalways
Create Xcode playgrounds from your menu bar
Stars: ✭ 515 (+853.7%)
Mutual labels:  xcode, xcode-extension, developer-tools
Swiftai
SwiftAI, write Swift code smart. SwiftAI can generate Model class from JSON now. Codable and HandyJSON is supported. More features will be add.
Stars: ✭ 470 (+770.37%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Accesscontrolkitty
Xcode extension - quickly change access control level (public, private etc.) of selected Swift code by Editor menu item or keyboard command
Stars: ✭ 119 (+120.37%)
Mutual labels:  xcode, xcode-extension, developer-tools
Import
Xcode extension for adding imports from anywhere in the code ☝️
Stars: ✭ 818 (+1414.81%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Nef Plugin
🔌 an Xcode extension to use nef features easily
Stars: ✭ 144 (+166.67%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Xcode developer disk images
Stars: ✭ 125 (+131.48%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Linex
Feature packed Xcode extension
Stars: ✭ 210 (+288.89%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Xcodeequatablegenerator
Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
Stars: ✭ 188 (+248.15%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+4766.67%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Ergo
The management of multiple apps running over different ports made easy
Stars: ✭ 452 (+737.04%)
Mutual labels:  osx, developer-tools
Stylesync
A command line tool to extract shared styles from a Sketch document, and generate native code for any platform.
Stars: ✭ 382 (+607.41%)
Mutual labels:  xcode, developer-tools
Xcode Defaults
Awesome and useful Xcode defaults
Stars: ✭ 399 (+638.89%)
Mutual labels:  xcode, developer-tools
Kshobjcuml
KSHObjcUML can show oriented graph of dependencies between Objective-C and Swift classes in your project
Stars: ✭ 1,039 (+1824.07%)
Mutual labels:  xcode, xcode-plugin
Xcake
🍰 Describe Xcode projects in a human readable format and (re)generate one on demand.
Stars: ✭ 549 (+916.67%)
Mutual labels:  xcode, osx
Wwdc
The unofficial WWDC app for macOS
Stars: ✭ 8,137 (+14968.52%)
Mutual labels:  osx, developer-tools
Cartool
Mac上解压Assets.car文件的小工具(支持右键解压)
Stars: ✭ 375 (+594.44%)
Mutual labels:  xcode, osx

Lines Sorter

Lines Sorter

Travis Status Swift 4.1 @V8tr

Lines Sorter is an Xcode Source Editor extension that makes it easy to keep your import statements and long code lists organized, uniform and easy-to-read.

Features

  • [X] ⚒ No longer hack your Xcode to install custom plugins.
  • [X] ⌨️ Sort and tidy import statements with a single shortcut.
  • [X] 📃 Sort any selected lines of code: long constants definitions, enum cases, localized strings etc.
  • [X] ⚡️ Fast, tested, secure.

Examples

Sort Imports

Lines Sorter Xcode Extension - Sort Imports Demo

Sort Selected Lines

Lines Sorter Xcode Extension - Sort Selected Lines Demo

Installation

  • Download latest LinesSorter package from the Releases.
  • Copy LinesSorter to your Applications folder.
  • Launch LinesSorter once. You can close it immediately afterwards.
  • Go to System Preferences > Extensions > Xcode Source Editor > select LinesSorter

Lines Sorter Xcode Extension - Installation

Setting Hotkey in Xcode

  • Open Xcode
  • Go to Xcode > Preferences > Key Bindings
  • Type 'lines sorter' in search field
  • Assign + + + I to Sort Imports command
  • Assign + + + S to Sort Selected Lines command

Lines Sorter Xcode Extension - Hotkeys

Feedback

Pull requests, issues and suggestions are warmly welcome.

Feel free to contact me @V8tr on Twitter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].