# Fold Comments
Sublime Text 2/3 plugin for folding (hiding) comments
![Toggle Comment Folding](https://raw.github.com/oskarols/foldcomments/master/foldcomments.gif)
## Installation
You can install via [Sublime Package Manager](https://sublime.wbond.net/) where the plugin is called "Fold Comments"
## Usage
#### Keybinds
###### OSX
Toggle Comments Folding: Command + Shift + C
###### Windows/Linux
Toggle Comments Folding: Ctrl + Shift + C
#### Commands
* `Toggle Folding Comments`
* `Fold Comments`
* `Unfold Comments`
## Credits
This plugin builds on the work of
- https://github.com/hasclass/FoldComments
- https://github.com/mmavko/FoldComments