Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superk589/blockcomment
An Xcode extension, with it you can block comment like /* ... */
https://github.com/superk589/blockcomment
editor extension source xcode
Last synced: 3 days ago
JSON representation
An Xcode extension, with it you can block comment like /* ... */
- Host: GitHub
- URL: https://github.com/superk589/blockcomment
- Owner: superk589
- License: mit
- Created: 2017-05-31T00:34:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T01:36:23.000Z (almost 4 years ago)
- Last Synced: 2023-02-28T12:37:08.808Z (over 1 year ago)
- Topics: editor, extension, source, xcode
- Language: Swift
- Size: 619 KB
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockComment
An Xcode extension, with it you can block comment like /* ... */## Installation
### from mac App Store1. Run the application at lease once, then close it.
2. Go to System Preferences -> Extensions -> Xcode Source Editor and enable this extension
3. Reopen Xcode and you can find this extension from Xcode menu.### from this repository
1. Open BlockComment.xcodeproj
2. Change the target signing for both the Application and the Source Code Extension using your own developer ID
3. Product > Archive
4. Right click the archive in Organizer > Show in Finder
5. Right click the archive in Finder > Show Package Contents
6. Open Products > Applications > BlockComment.app
7. Then the same as "from mac App Store"## Setting Hot Key
1. After installation, open Xcode > Preferences > Key Bindings
2. Search for "BlockComment".
3. Assign it a new hot key, here "command + control + /" is recommended.