- Improving config option for wrapping commented code: you can now choose between spaces, new lines or none (default)
- Added a config option to add a space after and before comment signs (issue #4)
- Added Julia support (#5)
- Keeps selection after commenting/uncommenting
- Fixing issue #1: the package threw an error when trying to uncomment a line-commented line.
- Added specs
- Add Elm support thanks to leobm
- Based on grammar at start and end points of selection
- Handles embedded languages (such as PHP in HTML)
- Multiple selections
- uncomment when cursor is positioned inside a comment block.
- Supported languages:
- C-based languages
- Python
- Coffee Script
- HTML
- Markdown
- Ruby