block-and-line-comment
Comment your code with block and lines comments
DPDmancul 3,873 6 0.4.0 MIT GitHub

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.