-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
#JKBlockCommenter | ||
================ | ||
|
||
Xcode plugin to comment selected code segment with /* ... */ easily | ||
##How to install | ||
Download this and build it in Xcode. You'll need to restart Xcode after the installation. | ||
##How to use | ||
*Select code segment to be commented | ||
*Press `⌘`, `⌥` and `/` keys together or From `Edit` menu select `Comment Selection With /* ... */` | ||
*See the screenshot | ||
(Demo.gif) | ||
* Select code segment to be commented | ||
* Press `⌘`, `⌥` and `/` keys together or From `Edit` menu select `Comment Selection With /* ... */` | ||
* See the screenshot | ||
|
||
![Sreenshot](Demo.gif) | ||
##TO DO | ||
* Move the menu to `Editor` > `Structure` | ||
* Change text of menu to `Uncomment Selection` if selected segment is commented code | ||
* Hide or disable menu if active area is not textview(if its like xib,storyboard,plist etc) | ||
|
||
##Author | ||
* [Johnykutty Mathew](mailto:[email protected]) |