The Wayback Machine - http://web.archive.org/web/20200912150234/https://github.com/mapsiter/CommentFold
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

CommentFold

A Sublime Text plugin to give an overview of your file's structure by folding all other code but comments.

Comment Fold Preview

Default key binding

Use "ctrl+alt+/" to fold all other code and see your comments only for an overview of you file's structure. Use "shift+ctrl+alt+/" to unfold all your code and get back to the normal view.

Feel free to override these in Sublime Text -> Preferences -> Key Bindings by adding the following lines and change as preferred:

{
    "keys": ["ctrl+alt+/"],
    "command": "comment_fold"
	},
{
    "keys": ["shift+ctrl+alt+/"],
    "command": "comment_unfold"
	}

About

A Sublime Text plugin to give an overview of your comments by folding all other code.

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.