Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

8BitRobot/comment-that

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment That!

This package is currently deprecated.

Watch it in action here!

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.

Installation:

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.

Features so far:

  • 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

Contributing

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.

License:

MIT, see the LICENSE.md for more details

About

Comment out code in Atom with a single keyboard shortcut! Batteries not included.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors