zimonitrome / vscode-color-blocks

VSCode extension for coloring ranges of comments.
https://marketplace.visualstudio.com/items?itemName=zimonitrome.color-blocks
MIT License
7 stars 1 forks source link

Automaticly highlight everything until newline found, if not specified. #3

Closed FilipAndersson245 closed 2 years ago

FilipAndersson245 commented 2 years ago

I think it would be nice if you were not required to specify the number of lines, instead of inferring until an empty line is found. image image So these two would produce the same result.

zimonitrome commented 2 years ago

Good suggestion. This is being worked on here: https://github.com/zimonitrome/vscode-color-blocks/tree/improvecomments

This will probably also cause some change in how the color blocks are used currently so expect a major release soon :)