Linex can be downloaded from the Mac App Store at a very modest price. Please consider purchasing it.
- Download the latest Linex.app.
- Move the Linex.app to Applications folder.
- Open and Close it.
- Verify if the extensions are added in System Preferences -> Extensions -> Xcode Source Editor as seen below
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.
Commented Duplicate
Duplicate+Comment current line or selected lines. It can be used to check variations in code
Delete Line
Select Word
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
One Space
Replace consecutive spaces with one space. Press again to toggle between one space
and no space
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+- |
- Expand selection
Pull requests with bug fixes or with new failing Test cases are welcomed.
Linex
is released under MIT License