This extension allows you to customize the color of comments in Visual Studio Code with predefined or custom hex color options.
Features
- Automatic: Yellow color is selected automatic.
- Predefined Colors: Choose from a list of predefined colors (e.g., yellow, red, blue, etc.).
- Custom Color: Enter a custom hex color code for your comments.
- Images demonstrate the use of these features.
Usage
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P on macOS).
- Type
> Change Comment Color and select the command.
- Choose one of the following:
- Predefined Colors: Select a predefined color.
- Custom Hex Color: Enter your custom hex code (e.g.,
#FFD700 ).
Here are examples of how comments look with different color options:
Custom Setup Screenshots
![Sample 1](https://github.com/ankitrai5096/vs-code-comment-extension/raw/HEAD/sample-1.png)
![Sample 2](https://github.com/ankitrai5096/vs-code-comment-extension/raw/HEAD/sample-2.png)
![Sample 2](https://github.com/ankitrai5096/vs-code-comment-extension/raw/HEAD/sample-3.png)
![Sample 2](https://github.com/ankitrai5096/vs-code-comment-extension/raw/HEAD/sample-4.png)
Requirements
- Visual Studio Code version 1.75.0 or higher.
Known Issues
- The extension modifies the global settings of VS Code. which a little slower.
Release Notes
1.0.0
- Added features for predefined and custom color options for comments.
- Demonstrated functionality using screenshots.
| |