Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the "Comment Divider" extension will be documented in this file.

## [0.5.0] - 2025-02-16

### Fixed

- Added multi cursor support by [northisup](https://github.com/northisup)

## [0.4.0] - 2020-05-18

### Enhancement
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<p align="center">
<img alt="Comment Divider" src="https://github.com/stackbreak/comment-divider/raw/master/img/logo_256.png" width="20%" />
<img alt="Comment Divider Updated" src="https://github.com/northisup/comment-divider-updated/raw/master/img/logo_256.png" width="20%" />
</p>

<h1 align="center">
Comment Divider
Comment Divider Updated
</h1>

> Note: this is a fork of [comment-divider](https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider) which has not been updated in several years.
>
> This fork provides multi-cursor support and will encorperate other pull requests if needed

This is **[Visual Studio Code](https://github.com/Microsoft/vscode)** extension, which provides commands for generating comment-wrapped separators from line content.

**[Supports all common languages](#language-support).**

## Install

https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider
https://marketplace.visualstudio.com/items?itemName=northisup.comment-divider-updated

## Demo

Expand Down Expand Up @@ -175,4 +179,4 @@ The example above defines the right characters for `toml` and overrides `scss` d

## Issues

Request features and report bugs using [GitHub](https://github.com/stackbreak/comment-divider/issues).
Request features and report bugs using [GitHub](https://github.com/northisup/comment-divider/issues).
Loading