Skip to content

DPDmancul/atom-block-and-line-comment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

block-and-line-comment

Comment your code with block comments.

Installation

apm install block-and-line-comment

Or using the settings view in atom.

keymaps

Mac:

cmd + d

Windows / Linux:

ctrl + d

Supported languages so far

  • C-based languages
  • Python
  • Coffee Script
  • HTML
  • Markdown
  • Ruby
  • Elm
  • TeX and LaTeX

Features

  • Based on grammars at start and end points of selection
  • If there is not selected text comments all row
  • Handles embedded languages (such as PHP in HTML)
  • Multiple selections
  • uncomment when cursor is positioned inside a comment block.

About

Atom package to add block comments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.3%
  • CoffeeScript 6.7%