Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intitni/ammendment
An Xcode Source Extension
https://github.com/intitni/ammendment
swift xcode xcode-extension
Last synced: 24 days ago
JSON representation
An Xcode Source Extension
- Host: GitHub
- URL: https://github.com/intitni/ammendment
- Owner: intitni
- License: mit
- Created: 2018-10-24T15:44:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T08:07:22.000Z (about 3 years ago)
- Last Synced: 2024-10-29T10:02:27.355Z (2 months ago)
- Topics: swift, xcode, xcode-extension
- Language: Swift
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ammendment is an Xcode Source Extension containing a set of features that I personally use.
# Features
## Selection
### Select Line
Select lines where cursors at.
### Select Next
A combination of "select word next to cursor" and "select next occurrence".
(I didn't know Find > Select Next Occurrence exists...But at least this version works more like that of vscode since it also does the first-step selection)
## Cursor
### Move Cursors 5 Lines Up/Down
Moves all curosrs up / down 5 lines, keeping columns unchanged if possible.
### Add Cursor Above/Below
Add a cusor above the top most cursor or below the one at bottom, keeping column unchanged if possible.
## Modification
### Join Lines
Join lines into a single line within one selection, separating by whitesapces.
### Increase / Decrease
Increase / Decrease selected numerics by 1 (for integer) or 0.1 (for floating point).