nineteendo / comment-rulers

GNU Affero General Public License v3.0
1 stars 0 forks source link

Comment Rulers

Comment Rulers is a Visual Studio Code extension that helps you keep your code's comments within a specified range by visualizing where the comment lines should start and end.

The extension adds green lines at the first and 80th character positions, allowing you to easily identify and adjust comments that aren't in the desired range.

With Comment Rulers, you can ensure that your comments are concise and easy to read, improving the readability and maintainability of your codebase.

Features

Here's an example of what Comment Rulers looks like in action: features

Requirements

None

Extension Settings

This extension contributes the following settings (which can be overwritten for every programming language):

Examples

To configure this extension for individual languages, use Ctrl+Shift+P and >Preferences: Open User Settings (JSON).

Known Issues

Release Notes

1.0.5 (Apr 18. 2023)

See changelog for all changes.


Enjoy!