pixelstorem is a Visual Studio Code extension that helps you display the equivalent rem values next to pixel (px) values as inline decorations in your code.
Features
Show REM Unit Next to PX: Automatically displays the equivalent rem value next to px values as inline decorations when the extension is activated.
BEFORE:
Show REM Unit Next to PX
When the extension is activated, it will automatically display the equivalent rem value next to px values in your code. The rem values are shown in a ghost-like format (gray and italic) next to the px values.
Requirements
Visual Studio Code
Extension Settings
This extension does not add any VS Code settings through the contributes.configuration extension point.
Known Issues
None at the moment.
Release Notes
1.0.0
Initial release of pixelstorem
Added feature to show REM unit next to PX
Usage
Show REM Unit Next to PX: When you open a document with px values, the extension will automatically display the equivalent rem values next to the px values.
Contributing
If you have any suggestions or find any issues, please feel free to open an issue or submit a pull request on the GitHub repository.