Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yulingtianxia/dirtywords-for-xcode
Highlight dirty words in Xcode.
https://github.com/yulingtianxia/dirtywords-for-xcode
Last synced: 25 days ago
JSON representation
Highlight dirty words in Xcode.
- Host: GitHub
- URL: https://github.com/yulingtianxia/dirtywords-for-xcode
- Owner: yulingtianxia
- License: mit
- Created: 2018-12-20T11:41:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T03:47:55.000Z (almost 6 years ago)
- Last Synced: 2024-10-09T09:02:03.523Z (about 1 month ago)
- Language: Swift
- Homepage: http://yulingtianxia.com/blog/2018/12/30/Dirty-Words-for-Xcode/
- Size: 1.28 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](images/艹.png)
# DirtyWords-for-Xcode
## Usage
Highlight dirty words in Xcode.
![](images/usage.png)
Dirty words will be highlighted. You can replace these with better words.
![](images/highlight.png)
Important: If there’s nothing in the Editor menu, open System Preferences -> Extensions and put a checkmark next to “DirtyWords for Xcode”.
![](images/appui.png)
Like any other editor command, you can assign a keys combination to yours. Go to Xcode > Preferences > Key Bindings > search for “Dirty Words”.
![](images/keybindings.png)
## Dirty Words List
All dirty words are listed in [dirtywords](https://github.com/yulingtianxia/DirtyWords-for-Xcode/blob/master/SourceEditorExtension/dirtywords) file. You can add new dirty word to it. PR is welcome.
"DirtyWords for Xcode" would load [dirtywords](https://github.com/yulingtianxia/DirtyWords-for-Xcode/blob/master/SourceEditorExtension/dirtywords) file when the extension did finish launching.