All Projects → kaunteya → Linex

kaunteya / Linex

Licence: mit
Feature packed Xcode extension

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Linex

Xgist
Xcode extension to send code to GitHub's Gist
Stars: ✭ 75 (-64.29%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Xcode developer disk images
Stars: ✭ 125 (-40.48%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Snowonder
🔮 Magical import declarations formatter for Xcode
Stars: ✭ 100 (-52.38%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+1151.43%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Nef Plugin
🔌 an Xcode extension to use nef features easily
Stars: ✭ 144 (-31.43%)
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 (-10.48%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Swimat
An Xcode formatter plug-in to format your swift code.
Stars: ✭ 1,388 (+560.95%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
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 (+123.81%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Swiftmockgeneratorforxcode
An Xcode extension (plugin) to generate Swift test doubles automatically.
Stars: ✭ 522 (+148.57%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Import
Xcode extension for adding imports from anywhere in the code ☝️
Stars: ✭ 818 (+289.52%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Linessorter Xcode Extension
Xcode Extension that helps you keep your import statements and long code lists organized and uniform
Stars: ✭ 54 (-74.29%)
Mutual labels:  xcode, xcode-plugin, xcode-extension
Amappexporttoipa Xcode Plugin
AMAppExportToIPA-Xcode-Plugin is a simple Xcode plugin to export .app to .ipa file.
Stars: ✭ 185 (-11.9%)
Mutual labels:  xcode, xcode-plugin
Xbookmark
Bookmark Plugin for Xcode 8.x and 7.x
Stars: ✭ 72 (-65.71%)
Mutual labels:  xcode-plugin, xcode-extension
Scxcodeeditorinset
Xcode plugin that adds an empty (configurable) space to the end of the editor text view
Stars: ✭ 64 (-69.52%)
Mutual labels:  xcode, xcode-plugin
Xfunnyeditor
Xcode plugin to display an image on the background of the editor
Stars: ✭ 92 (-56.19%)
Mutual labels:  xcode, xcode-plugin
Codegenerator
A Xcode plugin for generate Objectice-C code.
Stars: ✭ 63 (-70%)
Mutual labels:  xcode-plugin, xcode-extension
Swift Init Generator
An Xcode plugin that uses the Swift parser to generate initializers
Stars: ✭ 105 (-50%)
Mutual labels:  xcode, 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 (-43.33%)
Mutual labels:  xcode, xcode-extension
Ghwxcodeextension
Xcode Source Editor Extension 插件,实现功能有四个,一.初始化自定义view、UICollectionViewCell、UITableViewCell、viewController,自动删除无用代码和添加默认代码;二. 为属性自动添加懒加载代码、对应协议声明和协议方法,主要有 UITableView\UICollectionView\UIScrollView\UIButton\UILabel\UIImageView; 三.选中一个类,文件顶部自动添加对应的 import; 四. 给 import 分组排序,从上到下为 主类头文件、viewController、view、manager & logic、第三方库、model、category、其他。
Stars: ✭ 119 (-43.33%)
Mutual labels:  xcode, xcode-extension
Ammethod2implement
Xcode plugin to generate implement code for the selected method and const string.
Stars: ✭ 148 (-29.52%)
Mutual labels:  xcode, xcode-plugin


Markdownify
Linex

Feature packed Xcode extension.

Language Swift 4 Language Swift 4 License MIT

Content

Installation

Mac App Store

Linex can be downloaded from the Mac App Store at a very modest price. Please consider purchasing it.

Mac App Store

Manual

  1. Download the latest Linex.app.
  2. Move the Linex.app to Applications folder.
  3. Open and Close it.
  4. Verify if the extensions are added in System Preferences -> Extensions -> Xcode Source Editor as seen below
Extension preferences

Features

Copy Line

Open new Line below

Inserts new blank line below current line. This allows you to create a new indented line irrespective of your current caret postion.

Open New Line Above

Inserts new blank line above current line

Commented Duplicate

Duplicate+Comment current line or selected lines. It can be used to check variations in code

Delete Line

Join Line

Joins the line below or all the selected lines

Line beginning

Toggles the caret between indented beginning and the real begninning Line Beginning

Select Word

Select Line

Selects line. After selecting current line starts selecting next lines Select line

Select Line up

Selects line above the caret one-by-one Combination of Select line and Select line up can be used to expand selection above and below as seen below Select line up

One Space

Replace consecutive spaces with one space. Press again to toggle between one space and no space One Space

Align

Smart align code. Align

Increment / Decrement

Increment & Decrement using quick shortcuts. Increment Decrement

These shortcuts also toggles true, false, YES & NO True false

Shortcuts

Setting Shortcuts

Setting shortcuts

Recommended Shortcuts

Action Shortcut
Line
Copy Lines OPTN+
Open New Line Below CTRL+return
Open New Line Above CTRL+SHIFT+return
Commented Duplicate CMD+CTRL+/
Delete Line CTRL+OPTN+L
Join Line CTRL+J
Line Beginning CTRL+A
Selection
Select Word CTRL+W
Select Line CTRL+L
Select Line up CTRL+SHIFT+L
One Space OPTN+Space
Align CMD+CTRL+X
Convert
Increment CTRL++
Decrement CTRL+-

Todo

  • Expand selection

Contributing

Pull requests with bug fixes or with new failing Test cases are welcomed.

License

Linex is released under MIT License

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].