Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wokalski/distraction-free-xcode-plugin
Experience ZEN in Xcode. Distraction free mode, styled after Sublime
https://github.com/wokalski/distraction-free-xcode-plugin
Last synced: 2 months ago
JSON representation
Experience ZEN in Xcode. Distraction free mode, styled after Sublime
- Host: GitHub
- URL: https://github.com/wokalski/distraction-free-xcode-plugin
- Owner: wokalski
- License: mit
- Created: 2015-01-28T08:14:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T15:56:17.000Z (over 8 years ago)
- Last Synced: 2023-03-23T17:39:17.305Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 3.96 MB
- Stars: 50
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##ZEN - Distraction free mode in Xcode
Sometimes Xcode UI is too overwhelming. Enter distraction free mode, whenever you want to focus code. It was inspired by Sublime Text.
Works just like Xcode editor with autocompletion, cmd+click navigation, Open Quickly (cmd+shift+O) etc.![](ZEN.png)
##Using ZEN
Just go to `View->Distraction Free Mode` or use a designated shortcut (it depends on Xcode version)
##Installing
Install via [Alcatraz](http://alcatraz.io) or clone/download ZIP and build.
##Contributing
Check out issues page for exisitng issues or create one. If you consider contributing please do pay attention to code style. You should follow the style conventions of existing code. If you are in trouble check out [NY Times' objc. ](https://github.com/NYTimes/objective-c-style-guide) This project is more or less compliant with them.
**If you create an issue please add a note about Xcode version**. Please do not duplicate issues. If you are *really* concerned about certain issue, comment it.