All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Move cursor down only in case of a single selection.
- Rollback to a dictionary with comment strings because the previous hack doesn't work in remote mode.
- An option
better-line-comments.moveCaretDown
for moving caret down after toggling a line comment in case there is no selection.
- Uncommennting is done only when all selected lines are commented out
- Support for all languages than have line comments
- Support for multiple selections
- A command for toggling line comments in the first column (right now it works for single selections and C/C++ only)