An open API service indexing awesome lists of open source software.

https://github.com/kapeli/xcode4_word_navigation


https://github.com/kapeli/xcode4_word_navigation

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### Description

This is a Xcode4 plugin which modifies the way ⌥← and ⌥→ keys work in Xcode. In a nutshell, standard OS X word navigation doesn't make sense when dealing with code.

This plugin changes that, so that symbols are also taken into account while navigating. Therefore, characters like "{" and "}" will be treated as words.

### Installation

Download and compile the project (the plugin will be installed during build process).

### Credits

Thanks to Sergei for the XCode 4 Begginning of Line project (https://github.com/insanehunter/XCode4_beginning_of_line)