A package for Atom that comments out selected text.
Just select a word or phrase and hit Alt+Shift+C
Feedback would be appreciated, as this is my first ever Atom package.
Open a terminal or console or shell, and type in apm install comment-that
Alternatively, you can download the source code, cd into the download directory using a terminal, and run apm link. This will work because this package (currently) has no dependencies.
- commenting (no way)
- place cursor at end of comment (or uncommented text) automatically
- support for every scope except for the ones listed in
unsupported.txt. - keyboard shortcut Alt+Shift+C
- uncommenting commented text (now, shortcut will toggle comment)
- hitting keyboard shortcut while not selecting any text will generate comment tags and place cursor in between the two
Anybody and everybody is welcome to contribute, either by submitting issues or by modifying or adding to the code. Feature suggestions are even more welcome, because I'm running short on ideas.
MIT, see the LICENSE.md for more details