Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayadamsmorgan/altarrowfix
Xcode Source Editor Extension for IntelliJ editing feel
https://github.com/jayadamsmorgan/altarrowfix
source-extension swift xcode xcode-extension xcode-plugin xcode-plugins
Last synced: 15 days ago
JSON representation
Xcode Source Editor Extension for IntelliJ editing feel
- Host: GitHub
- URL: https://github.com/jayadamsmorgan/altarrowfix
- Owner: jayadamsmorgan
- Created: 2023-08-14T01:18:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T23:26:24.000Z (over 1 year ago)
- Last Synced: 2024-11-12T04:10:02.875Z (2 months ago)
- Topics: source-extension, swift, xcode, xcode-extension, xcode-plugin, xcode-plugins
- Language: Swift
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AltArrowFix
Bringing IntelliJ feel of editing source files to Xcode
## Project idea
I spent a lot of time working in IntelliJ before Xcode and I really got used to how Alt/Option + Arrow keys working there. IntelliJ does not skip special characters or the end of a line when moving a cursor or selection between words, while Xcode just skips them and jumps right to the next word even if it's on another line. I spent some time and figured there is no such setting or key binding inside Xcode that would do similar behavior to IntelliJs, so I decided to make a Source Editor Extension named AltArrowFix
## Installation
1. Open the project in Xcode
2. Product -> Archive
3. Right click on archive -> Show in Finder
4. Right click on the file in Finder -> Show Package Contents -> Products -> Applications
5. Move/copy AltArrowFix.app to Applications folder
6. Open it once and close it
7. Open System Settings -> Privacy & Security -> Extensions -> Xcode Source Editor
8. Activate AltArrowFixExtension
9. Map shortcuts for new commands in Xcode or you can use AltArrowKeyBindings.idekeybindings in the repository with my custom key bindings instead:
1. Move the file to '~/Library/Developer/Xcode/UserData' folder
2. Open Xcode -> Preferences -> Key Bindings
3. Select AltArrowKeyBindings under Key Bindings Set10. Enjoy