Skip to content

RETIRED!!!! Xcode plugin to comment selected code segment with /*...*/ by pressing ⌘⌥/ keys together

License

Notifications You must be signed in to change notification settings

jkmathew/JKBlockCommenter

Repository files navigation

Retired:(

Since Xcode 8+ doesn't support xcode plugins, this plugin no longer useful.

JKBlockCommenter

Xcode plugin to comment selected code segment with/*...*/by pressing⌘⌥/keys together

How to install

You can install either by following methods

  • Download or clone this repository and build it in Xcode. You'll need to restart Xcode after the installation.
  • Download the release, unzip it and copy theJKBlockCommenter.xcpluginfile to~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
  • Install viaAlcatraz

##How to use

  • Select code segment to be commented
  • Press,and/keys together or FromEditmenu selectComment Selection With /*... */
  • See the screenshot

Sreenshot ##TO DO

  • Move the menu toEditor>Structure
  • Change text of menu toUncomment Selectionif selected segment is commented code
  • Hide or disable menu if active area is not textview(if its like xib,storyboard,plist etc)

##Author

About

RETIRED!!!! Xcode plugin to comment selected code segment with /*...*/ by pressing ⌘⌥/ keys together

Resources

License

Stars

Watchers

Forks

Packages

No packages published