SVG Inline Preview
Displays a preview of SVG code inline, as a gutter icon.

Features
- Live Preview: See your SVG changes in real-time.
- Gutter Icon: The SVG preview is conveniently displayed in the gutter, next to your code.
- Customizable Background: Change the background color of the SVG preview to match your theme.
How to Use
- Install the extension from the VS Code Marketplace.
- Open a file containing SVG code.
- The SVG preview will automatically appear in the gutter.
Configuration
You can customize the background color of the SVG preview by changing the following setting in your settings.json file:
{
"svg-inline-preview.backgroundColor": "#FFFFFF"
}
Contributing
If you have any suggestions or find any bugs, please feel free to open an issue or submit a pull request on the GitHub repository.
License
This extension is licensed under the MIT License.
| |